Skip to content

Commit 22ffc7f

Browse files
committed
fix links
1 parent df16e3e commit 22ffc7f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ A client application for QnA Maker is any conversational application that commun
2323

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.
26-
* **When you want to filter static information based on meta-information** - add [metadata](../how-to/metadata-generateanswer-usage) 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), 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), the bot can easily provide this flow.
26+
* **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.
2828

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

0 commit comments

Comments
 (0)