Skip to content

Commit 90fcac1

Browse files
committed
edit pass: two-qnamaker-tutorials
1 parent 794765f commit 90fcac1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cognitive-services/QnAMaker/Tutorials/integrate-qnamaker-luis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The preceding graphic shows that QnA Maker first gets the intent of the incoming
162162
static string LUIS_hostRegion = "westus.api.cognitive.microsoft.com";
163163

164164
// QnA Maker global settings
165-
// assumes all KBs are created with same Azure service
165+
// assumes all knowledge bases are created with same Azure service
166166
static string qnamaker_endpointKey = "<QnA Maker endpoint KEY>";
167167
static string qnamaker_resourceName = "my-qnamaker-s0-s";
168168

@@ -235,4 +235,4 @@ In the Azure portal, select **Test in Web Chat** to test the bot. Type messages
235235
## Next steps
236236

237237
> [!div class="nextstepaction"]
238-
> [Integrate your knowledge base with a Power Virtual Agent](integrate-with-power-virtual-assistant-fallback-topic.md)
238+
> [Integrate your knowledge base with an agent in Power Virtual Agents](integrate-with-power-virtual-assistant-fallback-topic.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Here's an overview of the steps to connect an agent in Power Virtual Agents to a
6262
* Output - knowledge base answer
6363
* Create a solution and add the flow.
6464
* Return to Power Virtual Agents:
65-
* Select the solution's output as a message for a topic
65+
* Select the solution's output as a message for a topic.
6666

6767
## Create and publish a knowledge base
6868

@@ -259,7 +259,7 @@ Here's what the final agent canvas looks like.
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 shown. |
263263

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

0 commit comments

Comments
 (0)