In this bot series, we will create a Customer Support Chatbot for a delivery service that will allow you to track orders, raise complaints, get bills/invoices, and cancel orders.
We will create this bot using Microsoft Bot Framework.
We have four functionalities to implement –
- Track Order
- Raise Complaint
- Get Bill
- Cancel Order
Above are the core functionalities. We will also implement the handoff functionality as well. That means, if the user has other concerns which may not be handled by the bot, then we can transfer the bot control to the live support agent.
Following are the Modules in the series:
- Setup the Development Environment
- Create Welcome Card | Adaptive Cards
- Planning and Designing the Bot
- Coding the Main Dialog
- Creating Sub Dialogs
Note: This series is in progress. Follow JD Bots to get the latest updates.