Connect Microsoft Bot Framework with QnA Maker and Azure SQL DB

In this post, we will create a chatbot that connects to both the QnA Maker service and Azure SQL DB. This will be a simple customized bot that can be used for any use case.

E-commerce Bot | Part 6 | Create a Welcome Menu using Adaptive Card

We will create this menu using an Adaptive card. This menu will be in the loop after the finish of the MainDialog. Add the piece in IntroStepAsync in MainDialog.cs file.

Setup your Development Environment for Microsoft Bot Framework

In this post, we will install and set up the necessary tools and software required for us to start developing chatbots using Microsoft Bot Framework.

E-commerce Bot | Part 4 | Implementing the Email Authentication in Microsoft Bot Framework

In this part, we will be implementing the Email Authentication by verifying the user's email using an OTP in Microsoft Bot Framework.

E-commerce Bot | Part 3 | Planning and Designing the Bot | Microsoft Bot Framework

In this part, we will be planning and designing our bot before starting the implementation. Design and Planning in the initial stage help to get a clear picture of the project we are going to build.

Reusable State Bot Template for Microsoft Bot Framework

If you are trying to build a State Bot or any bot which has states, then this template might help you make your job easier. I created this template by going through one of the tutorial series on the Managing States.

Get the User Details using Microsoft Bot Framework in C# with Waterfall Dialog Model

In this post, we will get the User details and validate them using the Waterfall Dialog Model in Microsoft Bot Framework v4 using C#. Very useful for beginners to learn Waterfall Dialog Model.

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.

Up ↑