ai bot, ai chat, ai chatbot, best chatbot, bot-framework, chatbot, chatbot ai, chatbot app, chatbot online, chatbot website, chatbots, conversation with ai, creating chatbots, luis, robot chat
Create chatbot using bot framework sdk and LUIS — Part 1 | by Sushmita Mishra | Jan, 2022
We will create a simple e-commerce chatbot using Microsoft bot framework SDK in python. Our bot agent is a Bakery Shop agent. Users can request the bot to create an order , view orders and cancel order.Source code for the bot is available here. You can download the code from the git directly or you can follow this blog to code along with me.We will develop the bot in multiple parts.Part 1 — Below mentioned conversation flow we will complete in part 1:bot will welcome and greet the user [this will be implemented using an adaptive card]Bot will ask the user whether he is an existing user or a new user [using option buttons]If user responds as new user then a new user id will be generated and displayed to the user as responseIf the user’s response is “Existing user” then Bot will prompt user ...

