In this blog series, we will create a ToDo bot that will allow you to Create, View and Delete Tasks. We will create this bot using Microsoft Bot Framework.
We have three functionalities to implement –
- Create Task
- View Task
- Delete Task
Following are the Modules in the series:
- Setup the Development Environment
- Welcome Card | Adaptive Cards
- Planning and Designing the Bot
- Coding the Main Dialog
- Creating Sub Dialogs
- Coding the Create Task Dialog
- Working with Azure Cosmos DB Local Emulator
- Connecting Bot with Azure Cosmos DB
- Coding the View Task Dialog | READ Data from Azure Cosmos DB
- Coding the Delete Task Dialog | DELETE Data from Azure Cosmos DB