title | description | services | author | manager | ms.service | ms.component | ms.topic | ms.custom | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|
include file |
include file |
cognitive-services |
diberry |
cgronlun |
cognitive-services |
qna-maker |
include |
include file |
09/27/2018 |
diberry |
- Open Visual Studio 2017 Community edition.
- Create a new Console App (.Net Core) project and name the project
QnaMakerQuickstart
. Accept the defaults for the remaining settings. - In the Solution Explorer, right-click on the project name, QnaMakerQuickstart, then select Manage NuGet Packages....
- In the NuGet window, select Browser, then search for Newtonsoft.JSON and install the package. This package is used to parse the JSON returned from the QnaMaker HTTP response.