Skip to content

Commit 8cd8136

Browse files
committed
add all personalities to how to
1 parent 58b0289 commit 8cd8136

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

articles/cognitive-services/QnAMaker/How-To/chit-chat-knowledge-base.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: article
11-
ms.date: 05/07/2019
11+
ms.date: 05/10/2019
1212
ms.author: tulasim
1313
ms.custom: seodec18
1414
---
@@ -19,17 +19,19 @@ Adding chit-chat to your bot makes it more conversational and engaging. The chit
1919

2020
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.
2121

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.
3123

24+
For the user query of `When is your birthday?`, each personality has a styled response:
3225

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+
||
3335

3436
> [!NOTE]
3537
> Chit-chat support is currently available in English only.

0 commit comments

Comments
 (0)