Skip to content

Commit 60948a9

Browse files
Merge pull request #216852 from shshubhe/patch-37
Update change-default-answer.md
2 parents 2e363f2 + 2560506 commit 60948a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/language-service/question-answering/how-to/change-default-answer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The default answer for a project is meant to be returned when an answer is not f
1919

2020
|Default answer|Description of answer|
2121
|--|--|
22-
|KB answer when no answer is determined|`No good match found in KB.` - When the question answering API finds no matching answer to the question it displays a default text response. In question answering, you can set this text in the **Settings** of your project. |
22+
|KB answer when no answer is determined|`No good match found in KB.` - When the question answering API finds no matching answer to the question it displays a default text response. In Custom question answering, you can set this text in the **Settings** of your project. |
2323

2424
### Client application integration
2525

26-
For a client application, such as a bot with the **Azure Bot service**, you can choose from the common following scenarios:
26+
For a client application, such as a bot with the [Azure Bot service](/azure/bot-service/bot-builder-howto-qna), you can choose from the following scenarios:
2727

2828
* Use your project/knowledge base's setting
2929
* Use different text in the client application to distinguish when an answer is returned but doesn't meet the score threshold. This text can either be static text stored in code, or can be stored in the client application's settings list.
@@ -32,7 +32,7 @@ For a client application, such as a bot with the **Azure Bot service**, you can
3232

3333
The knowledge base default answer is returned when no answer is returned from question answering.
3434

35-
1. Sign in to the [Language Studio](https://language.azure.com) and select your project from the list.
35+
1. Sign in to the [Language Studio](https://language.azure.com). Go to Custom question answering and select your project from the list.
3636
1. Select **Settings** from the left navigation bar.
3737
1. Change the value of **Default answer when no answer found** > Select **Save**.
3838

0 commit comments

Comments
 (0)