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/cognitive-services/QnAMaker/How-To/integrate-with-power-virtual-assistant-fallback-topic.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ You can send the question to your knowledge base as part of a topic's action or
21
21
22
22
## Power Automate connects to GenerateAnswer action
23
23
24
-
To connect your agent to your knowledge base, use Power Automate. Power Automate provides a process **flow** which connects to QnA Maker's GenerateAnswer API.
24
+
To connect your agent to your knowledge base, use Power Automate. Power Automate provides a process **flow, which connects to QnA Maker's GenerateAnswer API.
25
25
26
26
Once the **flow** is designed and saved, it is available from a Power Automate **Solution**. Once the GenerateAnswer flow is added to a solution, use that solution as an action in your agent.
27
27
@@ -44,7 +44,7 @@ Steps to use a Power Virtual agent with QnA Maker:
44
44
45
45
## Get your published knowledge base information
46
46
47
-
Before you build your agent, create and publish your knowledge base. Next, find the endpoint key, endpoint host, and knowledge base Id on the **Settings** page in the QnA Maker portal.
47
+
Before you build your agent, create and publish your knowledge base. Next, find the endpoint key, endpoint host, and knowledge base ID on the **Settings** page in the QnA Maker portal.
48
48
49
49
You will need this information for the Power Automate step to configure your QnA Maker GenerateAnswer connection.
50
50
@@ -64,7 +64,8 @@ The first step is to configure an agent topic. While it can be any topic, this p
64
64
65
65
1. After the topic is added, select the button **Go to fallback topic** to author the fallback topic on the authoring canvas.
66
66
67
-
> [!TIP] If you need to return to the fallback topic, the fallback topic is under **Topics** section, as part of the **System** topics.
67
+
> [!TIP]
68
+
> If you need to return to the fallback topic, the fallback topic is under **Topics** section, as part of the **System** topics.
68
69
69
70
## Use authoring canvas to add an action
70
71
@@ -186,4 +187,4 @@ Test the agent by typing in a question that your knowledge base can answer. The
186
187
187
188
## Next step
188
189
189
-
[Get analytics on your knowledge base](How-To/get-analytics-knowledge-base.md)
190
+
[Get analytics on your knowledge base](get-analytics-knowledge-base.md)
0 commit comments