Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-05T13:42:35.000Z (about 1 year ago)
- Last Synced: 2023-10-05T14:56:07.426Z (about 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:
![image](https://github.com/Dacili/EmptyBotMedi/assets/37112852/e1a9c404-0365-45b0-bca9-31c84b1a9ddd)
### 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:
![image](https://github.com/Dacili/EmptyBotMedi/assets/37112852/03146cb8-bebe-4219-98e9-7d760940c501)
For the type of trigger, choose **Intent recognize** type, fill the name, and fill the triggers for that intent:
![image](https://github.com/Dacili/EmptyBotMedi/assets/37112852/6dd81ef0-238e-46a1-86ea-8bae057faff8)
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...
![image](https://github.com/Dacili/EmptyBotMedi/assets/37112852/fed97839-3d32-4074-8868-d76719164e99)
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:
![image](https://github.com/Dacili/EmptyBotMedi/assets/37112852/a1fefe54-c8a7-4dd9-9ece-5ee056841cf6)
![image](https://github.com/Dacili/EmptyBotMedi/assets/37112852/697c1c81-36a3-41a7-ad77-5e161317e492)Once you're done with making the structure, click on **Restart bot**, and after it's done, click on the icon for Testing chatbot:
![image](https://github.com/Dacili/EmptyBotMedi/assets/37112852/bb5eb105-54fd-410b-8be4-e5acf134d63d)
Demo of chatbot order me pizza flow:https://github.com/Dacili/EmptyBotMedi/assets/37112852/34670775-a4df-4aa8-81d6-23b86702b3c9