Skip to content

Commit d4da6ab

Browse files
committed
edits
1 parent fc767db commit d4da6ab

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

articles/cognitive-services/QnAMaker/Quickstarts/publish-kb-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: qna-maker
1111
ms.topic: quickstart
12-
ms.date: 12/16/2019
12+
ms.date: 02/08/2020
1313
ms.author: diberry
1414
---
1515

articles/cognitive-services/QnAMaker/Quickstarts/publish-kb-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: qna-maker
1111
ms.topic: quickstart
12-
ms.date: 12/16/2019
12+
ms.date: 02/08/2020
1313
ms.author: diberry
1414

1515
---

articles/cognitive-services/QnAMaker/Quickstarts/publish-kb-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: quickstart
11-
ms.date: 12/16/2019
11+
ms.date: 02/08/2020
1212
ms.author: diberry
1313
---
1414

articles/cognitive-services/QnAMaker/Quickstarts/publish-kb-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: qna-maker
1111
ms.topic: quickstart
12-
ms.date: 12/16/2019
12+
ms.date: 02/08/2020
1313
ms.author: diberry
1414
---
1515

articles/cognitive-services/QnAMaker/includes/quickstart-test-tool-curl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This cURL-based quickstart walks you through getting an answer from your knowled
1919
* Latest [**cURL**](https://curl.haxx.se/).
2020
* You must have
2121
* A [QnA Maker service](../How-To/set-up-qnamaker-service-azure.md)
22-
* A trained and published knowledge base with questions and answers, from the previous [quickstart](../Quickstarts/create-publish-knowledge-base.md), configured with metadata and Chit chat.
22+
* A trained and published knowledge base with questions and answers, from the previous [quickstart](../Quickstarts/add-question-metadata-portal.md), configured with metadata and Chit chat.
2323

2424
> [!NOTE]
2525
> When you are ready to generate an answer to a question from your knowledge base, you must [train](../Quickstarts/create-publish-knowledge-base.md#save-and-train) and [publish](../Quickstarts/create-publish-knowledge-base.md#publish-the-knowledge-base) your knowledge base. When your knowledge base is published, the **Publish** page displays the HTTP request settings to generate an answer. The **cURL** tab shows the settings required to generate an answer from the command-line tool.

articles/cognitive-services/QnAMaker/includes/quickstart-test-tool-postman.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This Postman-based quickstart walks you through getting an answer from your know
1919
* Latest [**Postman**](https://www.getpostman.com/).
2020
* You must have
2121
* A [QnA Maker service](../How-To/set-up-qnamaker-service-azure.md)
22-
* A trained and published [knowledge base with questions and answers](../Quickstarts/create-publish-knowledge-base.md) built from the quickstart is configured with metadata and Chit chat.
22+
* A trained and published [knowledge base with questions and answers](../Quickstarts/add-question-metadata-portal.md) built from the quickstart is configured with metadata and Chit chat.
2323

2424
> [!NOTE]
2525
> When you are ready to generate an answer to a question from your knowledge base, you must [train](../Quickstarts/create-publish-knowledge-base.md#save-and-train) and [publish](../Quickstarts/create-publish-knowledge-base.md#publish-the-knowledge-base) your knowledge base. When your knowledge base is published, the **Publish** page displays the HTTP request settings to generate an answer. The **Postman** tab shows the settings required to generate an answer.
@@ -63,7 +63,7 @@ In a previous quickstart, metadata was added to two QnA sets to distinguish betw
6363

6464
1. The response includes only the answer that meets the filter criteria.
6565

66-
The following cURL response has been formatted for readability:
66+
The following response has been formatted for readability:
6767

6868
```JSON
6969
{
@@ -318,7 +318,7 @@ The JSON response uses the same schema as the published knowledge base query.
318318

319319
Because the question of `Thank you` exactly matched a Chit-chat question, QnA Maker is completely confident with the score of 100. QnA Maker also returned all the related questions, as well as the metadata property containing the Chit-chat metadata tag information.
320320

321-
## Use cURL with threshold and default answer
321+
## Use threshold and default answer
322322

323323
You can request a minimum threshold for the answer. If the threshold is not met, the default answer is returned.
324324

0 commit comments

Comments
 (0)