Skip to content

Intent chatbot created using Bot Framework Composer

Notifications You must be signed in to change notification settings

Dacili/EmptyBotMedi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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
For the type of trigger, choose Intent recognize type, fill the name, and fill the triggers for that intent:
image
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
Demo of structure for intent OrderMePizza:

2023-10-05_14h23_31.mp4

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
image

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
Demo of chatbot order me pizza flow:

2023-10-05_14h43_12.mp4