Skip to content

Commit fcfa98c

Browse files
authored
Merge pull request #89675 from diberry/0925-qna-alterations
[Cogsvcs] QnA Maker - word alterations
2 parents 7e392b4 + 956236e commit fcfa98c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/cognitive-services/QnAMaker/How-To/improve-knowledge-base.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services: cognitive-services
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: conceptual
11-
ms.date: 09/11/2019
11+
ms.date: 09/24/2019
1212
ms.author: diberry
1313
---
1414

@@ -75,6 +75,8 @@ Active learning is off by default. Turn it on to see suggested questions. After
7575

7676
## Accept an active learning suggestion in the knowledge base
7777

78+
Active Learning alters the Knowledge Base or Search Service after you approve the suggestion, then save and train. If you approve the suggestion it will be added as an alternate question.
79+
7880
1. In order to see the suggested questions, on the **Edit** knowledge base page, select **View Options**, then select **Show active learning suggestions**.
7981

8082
[![On the Edit section of the portal, select Show Suggestions in order to see the active learning's new question alternatives.](../media/improve-knowledge-base/show-suggestions-button.png)](../media/improve-knowledge-base/show-suggestions-button.png#lightbox)
@@ -382,8 +384,15 @@ The `SuggestedQuestions` column is a JSON object of information of implicit, `au
382384
]
383385
```
384386

387+
You can also use the download alterations API to review these alterations, using REST or any of the language-based SDKs:
388+
* [REST API](https://westus.dev.cognitive.microsoft.com/docs/services/5a93fcf85b4ccd136866eb37/operations/5ac266295b4ccd1554da75fc)
389+
* [.NET SDK](https://docs.microsoft.com/dotnet/api/microsoft.azure.cognitiveservices.knowledge.qnamaker.alterationsextensions.getasync?view=azure-dotnet)
390+
391+
385392
When you reimport this app, the active learning continues to collect information and recommend suggestions for your knowledge base.
386393

394+
395+
387396
## Best practices
388397

389398
For best practices when using active learning, see [Best practices](../Concepts/best-practices.md#active-learning).

0 commit comments

Comments
 (0)