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/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