Skip to content

Commit c59004d

Browse files
committed
fix link
1 parent 22ffc7f commit c59004d

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/QnAMaker/Overview

1 file changed

+1
-1
lines changed

articles/cognitive-services/QnAMaker/Overview/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A client application for QnA Maker is any conversational application that commun
2424
* **When you have static information** - Use QnA Maker when you have a static information in your knowledge base of answers. This knowledge base is custom to your needs, which you've built with documents such as [PDFs and URLs](../concepts/data-sources-supported.md).
2525
* **When you want to provide the same answer to a request, question, or command** - when different users submit the same question, the same answer is returned to both.
2626
* **When you want to filter static information based on meta-information** - add [metadata](../how-to/metadata-generateanswer-usage.md) tags to provide additional filtering options relevant to your client application's users and the information. Common metadata information includes [chit-chat](../how-to/chit-chat-knowledge-base.md), content type or format, content purpose, and content freshness.
27-
* **When you want to manage a bot conversation that includes static information** - your knowledge takes a user's conversational text or command and answers it. If the answer is part of a pre-determined conversation flow, represented in your knowledge base with [multi-turn context](how-to/multiturn-conversation.md), the bot can easily provide this flow.
27+
* **When you want to manage a bot conversation that includes static information** - your knowledge takes a user's conversational text or command and answers it. If the answer is part of a pre-determined conversation flow, represented in your knowledge base with [multi-turn context](../how-to/multiturn-conversation.md), the bot can easily provide this flow.
2828

2929
## Use QnA Maker knowledge base in a chat bot
3030

0 commit comments

Comments
 (0)