You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/qnamaker/how-to/edit-knowledge-base.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ If you don't have preexisting content to populate the knowledge base, you can ad
49
49
50
50
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.
51
51
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.
53
53
54
54
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.
55
55
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.
57
57
58
58
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.
59
59
@@ -134,7 +134,7 @@ You can't link QnA pairs in the answer's metadata.
134
134
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.
135
135
136
136
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)
138
138
*[Query prediction - filter answers by metadata](../quickstarts/get-answer-from-knowledge-base-using-url-tool.md)
Copy file name to clipboardExpand all lines: articles/ai-services/qnamaker/tutorials/integrate-with-power-virtual-assistant-fallback-topic.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Create a fallback topic by following the steps in [Configure the system fallback
58
58
59
59
## Use the authoring canvas to add an action
60
60
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.
62
62
63
63
This section creates the fallback topic conversation flow.
0 commit comments