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/Concepts/best-practices.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: qna-maker
10
10
ms.topic: article
11
-
ms.date: 03/28/2019
11
+
ms.date: 05/10/2019
12
12
ms.author: tulasim
13
13
ms.custom: seodec18
14
14
---
@@ -34,18 +34,20 @@ Add as many alternate questions as you need but keep the alterations simple. Add
34
34
The best answers are simple answers but not too simple such as yes and no answers. If your answer should link to other sources or provide a rich experience with media and links, use [tagging](../how-to/metadata-generateanswer-usage.md) to distinguish which type of answer you expect, then submit that tag with the query to get the correct answer version.
35
35
36
36
## Chit-Chat
37
-
Add chit-chat to your bot, to make your bot more conversational and engaging, with low effort. You can easily add chit-chat data sets for 3 pre-defined personalities when creating your KB, and change them at any time. Learn how to [add chit-chat to your KB](../How-To/chit-chat-knowledge-base.md).
37
+
Add chit-chat to your bot, to make your bot more conversational and engaging, with low effort. You can easily add chit-chat data sets from pre-defined personalities when creating your KB, and change them at any time. Learn how to [add chit-chat to your KB](../How-To/chit-chat-knowledge-base.md).
38
38
39
39
### Choosing a personality
40
-
Chit-chat is supported for 3 predefined personalities:
40
+
Chit-chat is supported for several predefined personalities:
The responses range from formal to informal and irreverent. You should select the personality that is closest aligned with the tone you want for your bot. You can view the datasets, and choose one that serves as a base for your bot, and then customize the responses.
50
+
The responses range from formal to informal and irreverent. You should select the personality that is closest aligned with the tone you want for your bot. You can view the [datasets](https://github.com/Microsoft/BotBuilder-PersonalityChat/tree/master/CSharp/Datasets), and choose one that serves as a base for your bot, and then customize the responses.
49
51
50
52
### Edit bot-specific questions
51
53
There are some bot-specific questions that are part of the chit-chat data set, and have been filled in with generic answers. Change these answers to best reflect your bot details.
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/How-To/chit-chat-knowledge-base.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: qna-maker
10
10
ms.topic: article
11
-
ms.date: 05/07/2019
11
+
ms.date: 05/10/2019
12
12
ms.author: tulasim
13
13
ms.custom: seodec18
14
14
---
@@ -19,17 +19,19 @@ Adding chit-chat to your bot makes it more conversational and engaging. The chit
19
19
20
20
This dataset has about 100 scenarios of chit-chat in the voice of multiple personas, like Professional,Friendly and Witty. Choose the persona that most closely resembles your bot's voice. Given a user query, QnA Maker tries to match it with the closest known chit-chat QnA.
21
21
22
-
Some examples of the different personalities are below. You can see all the personality datasets along with details of the personalities [here](https://github.com/Microsoft/BotBuilder-PersonalityChat/tree/master/CSharp/Datasets).
23
-
24
-
<!-- added quotes so acrolinx doesn't score these sentences -->
25
-
|User query|Professional|Friendly|Witty|
26
-
|--|--|--|--|
27
-
|`You are awesome`|`I aim to serve.`|`Aw, I'm blushing.`|`Flattery. I like it.`|
28
-
|`Are you hungry?`|`I don't need to eat.`|`I only do food for thought.`|`Eating would require a lot of things I don't have. Like a digestive system. And silverware.`|
29
-
|`Sing a song`|`I'm afraid I'm not musically inclined.`|`La la la, tra la la. I'm awesome at this.`|`Those who can, do. Those who can't, don't sing.`|
30
-
|`Will you marry me?`|`I think it's best if we stick to a professional relationship.`|`Definitely didn't see that coming!`|`Sure. Take me to city hall. See what happens.`|
22
+
Some examples of the different personalities are below. You can see all the personality [datasets](https://github.com/Microsoft/BotBuilder-PersonalityChat/tree/master/CSharp/Datasets) along with details of the personalities.
31
23
24
+
For the user query of `When is your birthday?`, each personality has a styled response:
32
25
26
+
<!-- added quotes so acrolinx doesn't score these sentences -->
27
+
|Personality|Example|
28
+
|--|--|
29
+
|Professional|Age doesn't really apply to me.|
30
+
|Friendly|I don't really have an age.|
31
+
|Witty|I'm age-free.|
32
+
|Caring|I don't have an age.|
33
+
|Enthusiastic|I'm a bot, so I don't have an age.|
34
+
||
33
35
34
36
> [!NOTE]
35
37
> Chit-chat support is currently available in English only.
0 commit comments