Skip to content

Commit 7f13ddc

Browse files
committed
address final PR reviewer feedback
1 parent e5f47c3 commit 7f13ddc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/cognitive-services/QnAMaker/Tutorials/adding-synonyms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 06/29/2021
1111

1212
# Improve quality of response with synonyms
1313

14-
This tutorial will show you how you can improve the quality of your responses by using synonymns. Let's assume that users are not getting an accurate response to their queries, when they use alternate forms, synonyms or acronyms of a word. So, they decide to improve the quality of the response by using [Alterations API](/rest/api/cognitiveservices-qnamaker/QnAMaker4.0/Alterations) to add synonyms for keywords.
14+
This tutorial will show you how you can improve the quality of your responses by using synonyms. Let's assume that users are not getting an accurate response to their queries, when they use alternate forms, synonyms or acronyms of a word. So, they decide to improve the quality of the response by using [Alterations API](/rest/api/cognitiveservices-qnamaker/QnAMaker4.0/Alterations) to add synonyms for keywords.
1515

1616
## Add synonyms using Alterations API
1717

articles/cognitive-services/QnAMaker/Tutorials/guided-conversations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ms.date: 06/29/2021
1111

1212
# Add guided conversations with multi-turn prompts
1313

14-
In this tutorial, we use [Surface Pen FAQ](https://support.microsoft.com/en-us/surface/how-to-use-your-surface-pen-8a403519-cd1f-15b2-c9df-faa5aa924e98) to create a knowledge base.
14+
In this tutorial, we use [Surface Pen FAQ](https://support.microsoft.com/surface/how-to-use-your-surface-pen-8a403519-cd1f-15b2-c9df-faa5aa924e98) to create a knowledge base.
1515

1616
For this example let's assume that users are asking for additional details about the Surface Pen product, particularly how to troubleshoot their Surface Pen, but they are not getting the correct answers. So, we add more prompts to support additional scenarios and guide the users to the correct answers using multi-turn prompts.
1717

1818
## View QnAs with context
19-
While creating the knowledge base for [Surface Pen FAQ](https://support.microsoft.com/en-us/surface/how-to-use-your-surface-pen-8a403519-cd1f-15b2-c9df-faa5aa924e98), we choose to enable multi-turn extraction from the source document. For more details, follow [Create multi-turn conversation from document](../how-to/multiturn-conversation.md#create-a-multi-turn-conversation-from-a-documents-structure). This lists the multi-turn prompts that are associated with QnA pairs, which can be viewed using **Show context** under **View Options**.
19+
While creating the knowledge base for [Surface Pen FAQ](https://support.microsoft.com/surface/how-to-use-your-surface-pen-8a403519-cd1f-15b2-c9df-faa5aa924e98), we choose to enable multi-turn extraction from the source document. For more details, follow [Create multi-turn conversation from document](../how-to/multiturn-conversation.md#create-a-multi-turn-conversation-from-a-documents-structure). This lists the multi-turn prompts that are associated with QnA pairs, which can be viewed using **Show context** under **View Options**.
2020

2121
> [!div class="mx-imgBorder"]
2222
> [ ![Screenshot with view options show context outlined in red boxes]( ../media/guided-conversations/show-context.png) ]( ../media/guided-conversations/show-context.png#lightbox)

articles/cognitive-services/QnAMaker/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
href: Tutorials/guided-conversations.md
130130
- name: Adding synonyms
131131
href: Tutorials/adding-synonyms.md
132-
- name: Knowledge bases with mutliple languages
132+
- name: Knowledge bases with multiple languages
133133
href: Tutorials/multiple-languages.md
134134
- name: Customize your bot
135135
items:

0 commit comments

Comments
 (0)