Customer Support Chatbot | Part 5 | Creating Sub Dialogs | Microsoft Bot Framework

This is the bot series on Customer Support Chatbot. This bot will allow you to track orders, raise complaints, get bills/invoices, and cancel orders. In this part, we will be creating the sub dialogs and sending the user to these dialogs based on the selection.

Customer Support Chatbot | Part 4 | Coding the Main Dialog | Microsoft Bot Framework

This is the bot series on Customer Support Chatbot. This bot will allow you to track orders, raise complaints, get bills/invoices, and cancel orders. In this part, we are going to start coding the Main Dialog to show the above features to the user for selection in an adaptive card.

Customer Support Chatbot | 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.

Customer Support Chatbot | Part 2 | Welcome Card | Adaptive Cards | Microsoft Bot Framework

In this part, we will create a welcome card using Adaptive Cards. The welcome card will be shown to the user when a 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.

Customer Support Chatbot | Part 1 | Setup the Development Environment | Microsoft Bot Framework

At the request of one of the visitors on the site, we are bringing to you the Customer Support Chatbot. This bot will help you track orders, raise complaints, get bills/invoices, and cancel orders.

Get the List of All Supported Languages for Language Translator Bot | Microsoft Bot Framework

In this post, we will get the list of all supported languages in Azure Translation API using Bot Builder SDK v4 in C#. This is part of the series from Advanced Language Translator Bot using Azure Translation API.

Create a Welcome Menu Card for Language Translator Bot | Microsoft Bot Framework

In this post, we will create a menu card using Bot Builder SDK v4 in C# to translate text, detect language and get a list of all supported languages using Azure Translation API.

Getting the WhatsApp Message Details in Power Automate | WhatsApp Bot [Part 2]

In this part, we will get the JSON payload that we received from Twilio that contains our WhatsApp message. There are many properties here, but we are only focused on few.

How to Run Bot Framework Composer Locally as Web Application?

You can download and run the composer as a Desktop application. But, you can also run it locally as a Web Application using the Yarn. I will go ahead and run on Windows.

Up ↑