Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 758 Bytes

cognitive-services-qnamaker-quickstart-csharp-create-project.md

File metadata and controls

18 lines (17 loc) · 758 Bytes
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
  1. Open Visual Studio 2017 Community edition.
  2. Create a new Console App (.Net Core) project and name the project QnaMakerQuickstart. Accept the defaults for the remaining settings.
  3. In the Solution Explorer, right-click on the project name, QnaMakerQuickstart, then select Manage NuGet Packages....
  4. 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.