Skip to content

Commit f83c4e4

Browse files
committed
edit for pub
1 parent f9bbbf5 commit f83c4e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/ai-services/qnamaker/how-to/edit-knowledge-base.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ If you don't have preexisting content to populate the knowledge base, you can ad
4949
5050
1. In the new QnA pair row, add the required question and answer fields. The other fields are optional. All fields can be changed at any time.
5151

52-
1. Optionally, add **[alternate phrasing](../quickstarts/add-question-metadata-portal.md#add-additional-alternatively-phrased-questions)**. Alternate phrasing is any form of the question that is different from the original question but should provide the same answer.
52+
1. Optionally, add **[alternate phrasing](../quickstarts/add-question-metadata-portal.md)**. Alternate phrasing is any form of the question that is different from the original question but should provide the same answer.
5353

5454
When your knowledge base is published, and you have [active learning](use-active-learning.md) turned on, QnA Maker collects alternate phrasing choices for you to accept. These choices are selected in order to increase the prediction accuracy.
5555

56-
1. Optionally, add **[metadata](../quickstarts/add-question-metadata-portal.md#add-metadata-to-filter-the-answers)**. To view metadata, select **View options** in the context menu. Metadata provides filters to the answers that the client application, such as a chat bot, provides.
56+
1. Optionally, add **[metadata](../quickstarts/add-question-metadata-portal.md)**. To view metadata, select **View options** in the context menu. Metadata provides filters to the answers that the client application, such as a chat bot, provides.
5757

5858
1. Optionally, add **[follow-up prompts](multi-turn.md)**. Follow-up prompts provide added conversation paths to the client application to present to the user.
5959

@@ -134,7 +134,7 @@ You can't link QnA pairs in the answer's metadata.
134134
Add metadata pairs by first selecting **View options**, then selecting **Show metadata**. This displays the metadata column. Next, select the **+** sign to add a metadata pair. This pair consists of one key and one value.
135135

136136
Learn more about metadata in the QnA Maker portal quickstart for metadata:
137-
* [Authoring - add metadata to QnA pair](../quickstarts/add-question-metadata-portal.md#add-metadata-to-filter-the-answers)
137+
* [Authoring - add metadata to QnA pair](../quickstarts/add-question-metadata-portal.md)
138138
* [Query prediction - filter answers by metadata](../quickstarts/get-answer-from-knowledge-base-using-url-tool.md)
139139

140140
## Save changes to the QnA pairs

articles/ai-services/qnamaker/how-to/query-knowledge-base-with-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This allows your knowledge base to return answers when any filter matches but wo
100100
### Metadata examples in quickstarts
101101

102102
Learn more about metadata in the QnA Maker portal quickstart for metadata:
103-
* [Authoring - add metadata to QnA pair](../quickstarts/add-question-metadata-portal.md#add-metadata-to-filter-the-answers)
103+
* [Authoring - add metadata to QnA pair](../quickstarts/add-question-metadata-portal.md)
104104
* [Query prediction - filter answers by metadata](../quickstarts/get-answer-from-knowledge-base-using-url-tool.md)
105105

106106
<a name="keep-context"></a>

articles/ai-services/qnamaker/tutorials/integrate-with-power-virtual-assistant-fallback-topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Create a fallback topic by following the steps in [Configure the system fallback
5858

5959
## Use the authoring canvas to add an action
6060

61-
Use the Copilot Studios authoring canvas to connect the fallback topic to your knowledge base. The topic starts with the unrecognized user text. Add an action that passes that text to QnA Maker, and then shows the answer as a message. The last step of displaying an answer is handled as a [separate step](#add-your-solutions-flow-to-power-virtual-agents), later in this tutorial.
61+
Use the Copilot Studios authoring canvas to connect the fallback topic to your knowledge base. The topic starts with the unrecognized user text. Add an action that passes that text to QnA Maker, and then shows the answer as a message. The last step of displaying an answer is handled as a separate step later in this tutorial.
6262

6363
This section creates the fallback topic conversation flow.
6464

0 commit comments

Comments
 (0)