ai bot, ai chat, ai chatbot, best chatbot, chatbot, chatbot ai, chatbot app, chatbot online, chatbot website, chatbot-development, chatbot-luis, chatbots, conversation with ai, creating chatbots, microsoft-bot-framework, robot chat
Create chatbot using bot framework sdk and LUIS — Part 2 | by Sushmita Mishra | Jan, 2022
This is continuation of Part-1. If you are coding along with me then follow this blog otherwise you can also download the completed code from here.In Part-2 we will cover following:Our Bot will give Create Order, View Order and Cancel Order options to the user.We will add sub-dialogs for create, view and cancel.For create order we will complete the basic flow of conversation.For create order selection, conversation will be diverted to create order sub-dialog.Bot will ask user to provide the order details.Bot will then respond with the same order details (echo) provided by the user.In the subsequent parts we will save the order details against the user id in a data storage. we will add intelligence to the bot with LUIS service to interpret the order description.Create a new folder in dialog...

