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 are going to start coding the Main Dialog to show the above three options to the user for selection.
ToDo Bot | Part 2 | Welcome Card | Adaptive Cards | Microsoft Bot Framework
In this blog series, we will create a ToDo bot that will allow you to Create, View and Delete Tasks. In this part we will create a welcome card using Adaptive Cards. Welcome card will be shown to the user when user joins the conversation. It is a best practice to let the user know, what this bot is all about and how can the user interact with it.
ToDo Bot | Part 1 | Setup the Development Environment | Microsoft Bot Framework
In this blog series, we will create a ToDo bot that will allow you to Create, View, and Delete tasks. In this part we will setup the development environment.
How to create Model Classes from API JSON Response in Visual Studio
There is an easy and fastest way to create Model Classes in Visual Studio. You don't have to go to Online third party providers and generate the model classes. You just have to create a new class file and place your cursor where you want the generated model classes to be kept.
Create Flight Booking Core Bot using Bot Builder SDK in Local Environment | Microsoft Bot Framework
A bot is an app that users interact with in a conversational way, using text, graphics (such as cards or images), or speech. Every interaction between the user and the bot generates an activity. The Bot Framework Service, which is a component of the Azure Bot Service, sends information between the user's bot-connected app (such as Facebook, Skype, etc. which we call the channel) and the bot.
Workload Options for Microsoft Bot Framework
When you click on Modify, you will see many Workloads to choose from for various development activities. For Microsoft Bot Framework, only one workload is sufficient if you are developing your bot locally.
Push your Code to GitHub Repository from Visual Studio
Keeping a track of your changes and its history is very important for a developer. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
Create an Angular Application to Update QnA Maker Knowledge Base | Part 1
Thinking about creating an on-premises web application to update QnA Maker Knowledge base. Then you have come at the right place. This web application will be an alternative of updating QnA KB at https://qnamaker.ai.
E-commerce Bot | Part 2 | Welcome Card | Adaptive Cards | Microsoft Bot Framework
In this blog series, we will create an E-commerce bot for one of the Chocolate Store "Naami Chocos". This bot will have following functionalities - Authentication, Add to Cart, Payment Integration. In this part we will create a welcome card using Adaptive Cards. Welcome card will be shown to the user when user joins the conversation. It is a best practice to let the user know, what this bot is all about and how can the user interact with it.
E-commerce Bot | Part 1 | Setup the Development Environment | Microsoft Bot Framework
In this blog series, we will create an E-commerce bot for one of the Chocolate Store "Naami Chocos". This bot will have following functionalities - Authentication, Add to Cart, Payment Integration and Facebook Channel integration.


You must be logged in to post a comment.