Skip to content

Commit 17fbbc4

Browse files
committed
acrolinx
1 parent 3e4ae3c commit 17fbbc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/QnAMaker/Tutorials/integrate-with-power-virtual-assistant-fallback-topic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Create and extend a [Power Virtual Agent](https://powervirtualagents.microsoft.c
2222
2323
## Integrate a Power Virtual agent with a knowledge base
2424

25-
[Power Virtual Agents](https://powervirtualagents.microsoft.com/) empowers teams to easily create powerful bots using a guided, no-code graphical interface without the need for data scientists or developers.
25+
[Power Virtual Agents](https://powervirtualagents.microsoft.com/) allows teams to easily create powerful bots using a guided, no-code graphical interface without the need for data scientists or developers.
2626

2727
A Power Virtual Agent is created with a series of topics (subject areas), in order to answer user questions by performing actions. If an answer can't be found, a system fallback can return an answer.
2828

@@ -89,7 +89,7 @@ The agent uses the topic collection to answer questions in your subject area. In
8989

9090
## Create Power Virtual Agent's System fallback topic
9191

92-
While the agent can connect to your knowledge base from any topic, this tutorial uses the System **Fallback** topic. The fallback topic is used when the agent can't find an answer in the current topic. The agent passes the user's text to QnA Maker's GenerateAnswer API, receives the answer and displays it back to the user as a message.
92+
While the agent can connect to your knowledge base from any topic, this tutorial uses the System **Fallback** topic. The fallback topic is used when the agent can't find an answer in the current topic. The agent passes the user's text to QnA Maker's GenerateAnswer API, receives the answer, and displays it back to the user as a message.
9393

9494
1. In the [Power Virtual Agents](https://powerva.microsoft.com/#/) portal, on the top-right corner of the navigation, select the **Settings** page. The icon for this page is the gear. Select **System Fallback**.
9595

@@ -108,7 +108,7 @@ While the agent can connect to your knowledge base from any topic, this tutorial
108108
109109
## Use authoring canvas to add an action
110110

111-
Use the Power Virtual Agents authoring canvas to connect the Fallback topic to your knowledge base. The topic starts with the **unrecognized user text**. You need to add an action that passes that text to QnA Maker, then shows the answer as a message. The last step of displaying an answer is handled as a separate step later.
111+
Use the Power Virtual Agents 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, then shows the answer as a message. The last step of displaying an answer is handled as a separate step later.
112112

113113
This section creates the fallback topic conversation flow.
114114

@@ -259,7 +259,7 @@ The final canvas is shown below.
259259
|3|Yes|In reply to `Did that answer your question?`|
260260
|4|Excellent|In reply to `Please rate your experience.`|
261261
|5|Yes|In reply to `Can I help with anything else?`|
262-
|6|What is a knowledge base?|This question triggers the fallback action which sends the text to your knowledge base to answer, then the answer is displayed. |
262+
|6|What is a knowledge base?|This question triggers the fallback action, which sends the text to your knowledge base to answer, then the answer is displayed. |
263263

264264
> [!div class="mx-imgBorder"]
265265
> ![Final agent canvas](../media/how-to-integrate-power-virtual-agent/power-virtual-agent-test-tracked.png)

0 commit comments

Comments
 (0)