https://github.com/dacili/emptybotmedi
Intent chatbot created using Bot Framework Composer
https://github.com/dacili/emptybotmedi
azure azure-language-understanding bot bot-framework-composer chatbot intents luis-ai
Last synced: 2 months ago
JSON representation
Intent chatbot created using Bot Framework Composer
- Host: GitHub
- URL: https://github.com/dacili/emptybotmedi
- Owner: Dacili
- Created: 2023-10-05T12:09:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T13:42:35.000Z (over 2 years ago)
- Last Synced: 2024-12-29T07:17:04.359Z (over 1 year ago)
- Topics: azure, azure-language-understanding, bot, bot-framework-composer, chatbot, intents, luis-ai
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmptyBotMedi
### This Bot is created using Bot Framework Composer (v2.1.2)
### Download Bot Framework Composer
When you open it, you will have the option to create a bot, when you click on it, you will have multiple templates shown to choose from:

### Choose the template
I chose the Empty bot template.
### Create the trigger
If you click on three dots on project you will have option to create a trigger:

For the type of trigger, choose **Intent recognize** type, fill the name, and fill the triggers for that intent:

Once you created intent, you can click on + sign and create a lot of different things, such as asking a question, sending an answer, hitting API, using if/else conditioning, and so on...

Demo of **structure for intent** OrderMePizza:
https://github.com/Dacili/EmptyBotMedi/assets/37112852/f9dc7865-5573-4b0a-8697-ac9fd3b5c92c
### Configure LUIS
You also need to configure LUIS, go to the Configure tab, and click on **Set up Language understanding** (LUIS), create new service, if you don't already have one. After you're done, take the key, and paste it into the specified field:


Once you're done with making the structure, click on **Restart bot**, and after it's done, click on the icon for Testing chatbot:

Demo of chatbot order me pizza flow:
https://github.com/Dacili/EmptyBotMedi/assets/37112852/34670775-a4df-4aa8-81d6-23b86702b3c9