Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 1.07 KB

File metadata and controls

23 lines (20 loc) · 1.07 KB

Chit Chat

Small talk/chit-chat helps to make chatbots more conversational and personable. Here are a collection of chit-chat style conversational abilities categories by personality type/ personas for your bot - professional, friendly, humorous. Choose the persona that most closely resembles your chatbot's voice.

You can use the ludown tool to parse these into QnA Maker KBs (one or more as you see fit) to easily add small talk/ chit-chat capabilities to your bot. See here about parsing these to a QnA Maker KB.

To use these -

  1. Clone the tools repo
> git clone https://github.com/Microsoft/botbuilder-tools.git
  1. Install the ludown tool
> npm i -g ludown
  1. Run the ludown parse toqna command
> ludown parse toqna --in ChitChat\\DataSet\\Professional\\AboutBot.lu
> ludown parse toqna -l ChitChat\\DataSet\\Professional -n chitchat-professional

Also see here to learn more about PersonalityChat service.