Deploy a Basic .NET Core Bot to Azure using Visual Studio | Microsoft Bot Framework

Deploy a basic .NET C# core bot created using Bot Framework SDK to Azure. We will use Visual Studio for deploying the bot to Azure. This is one way of deployment.

Connect Azure Bot to Google Assistant | Configure Google Actions | Part 1

The Google adapter supports connecting to Actions on Google (the conversations webhook) or via DialogFlow. It isย recommended to use Actions on Googleย if possible.

Connect Azure Bot to Google Assistant Action Channel | Prepare your Code

Connect Microsoft Bot Framework Azure Bot to Google Assistant Action as a channel. We will use Actions SDK and DialogFlow Adapter for Bot Builder v4 .NET SDK.

Using When Condition in Adaptive Card

If $when condition is true, then only Adaptive Card JSON element will be shown to the user else it will not be shown. Use $when property to drop an element.

Automated Testing of Azure Bot Directline WebChat Channel using Selenium Java

Web Automation Testing of your Azure Bot connected to Webchat using Directline channel using Selenium Java and chrome Web Driver in Eclipse IDE.

Deploy a Basic Python Bot to Azure | Microsoft Bot Framework

Deploy a basic python bot created using Bot Framework SDK to Azure. We will deploy an Echo that we created in our last blog using Python.

Create a Basic Echo Bot using Microsoft Bot Framework in Python

Create a chatbot using Bot Framework SDK in Python. Creating your bot locally does not require the Azure subscription. We will work with Windows OS.

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.

Up ↑