Opinion Poll Bot | Part 1 | Setup the Development Environment | Microsoft Bot Framework

This is the bot series on Opinion Poll Bot. This bot will allow you to create polls and get the opinion on the polls from the users. In this part, we will set up our development environment.

ToDo Bot | Part 10 | Coding the Delete Task Dialog | DELETE Data from Azure Cosmos DB | Microsoft Bot Framework

This is the bot series onย ToDo Botย where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be coding the Delete Task Dialog.

ToDo Bot | Part 9 | Coding the View Task Dialog | READ Data from Azure Cosmos DB | Microsoft Bot Framework

This is the bot series onย ToDo Botย where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be coding the View Task Dialog to view all the tasks in descending order.

ToDo Bot | Part 8 | Connecting Bot with Azure Cosmos DB | Microsoft Bot Framework

This is the bot series on ToDo Bot where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be connecting our bot with Azure Cosmos DB. For not to incur any charges for Azure Cosmos DB, we will use the Emulator.

Delete QnA Pairs in QnA Maker Knowledge Base using the Bot in C#

This is part 2 of the series โ€œAuto Updater QnA Maker KB Botโ€œ. Update your QnA Maker Knowledge using the ChatBot. Add new question-answer pairs to your KB with the help of a bot interactive environment. You can also update and delete existing KB with this bot. In this part, we will be deleting the QnA pairs in the KB using the Bot.

ToDo Bot | Part 6 | Coding the Create Task Dialog | Microsoft Bot Framework

This is the bot series on ToDo Bot where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be writing the logic to ask the user new tasks and saving those tasks in a List.

Call REST API in Microsoft Bot Framework using Echo Bot Template

In this post, we will call REST API from the Echo Bot Template. User sends a query, we use the query in our GET request which returns the search results.

Create a Menu Item using Echo Bot Template | Microsoft Bot Framework

This is a basic starter for implementing a Menu Item using Echo Bot Template. If your use case is just to perform a single action based on user selection, then this is very useful.

ToDo Bot | Part 5 | Creating Sub Dialogs | Microsoft Bot Framework

This is the bot series on ToDo Bot where we will be creating a Chatbot to create, view, and delete tasks. In this part, we will be creating the sub dialogs and sending the user to these dialogs based on the selection.

Up ↑