Generate Microsoft Bot Framework Directline Token using Postman | Detailed Guide

Learn to generate a Directline token using Postman with this detailed guide. Step-by-step instructions to authenticate and connect to your Microsoft Bot Framework bot.

Enterprise Chatbot | Connect Bot to Microsoft Teams Channel using Manifest | Azure Bot Resource

Connect your Microsoft Teams Bot created using Azure Bot Framework to Microsoft Teams channel using Manifest. Go to manage apps and upload your manifest .zip file.

Microsoft Bot Framework: The limitations you should know about

Microsoft bot framework is a powerful tool for developers to create chatbots. However, there are some limitations to the Microsoft bot framework.

Connect a Microsoft Azure Bot to Slack Channel

Connect an Azure Bot to Slack Channel. There are two ways to achieve this. The one is using the Azure portal and another one using the Slack adaptor.

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.

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.

Connect Azure Bot with SharePoint using Direct Line Channel and SharePoint Framework

Here we will be using the SharePoint Framework to connect Azure Bot with SharePoint Site. In this post, we will use the existing Microsoft Bot Framework v4 React Web Part and deploy it in local server. In our next post we will use it to deploy in the SharePoint.

Enable Custom Scripts in SharePoint with PowerShell

By default, script is allowed on most sites that admins create. It is not allowed on OneDrive, on sites users create themselves, on modern team and communication sites, and on the root site for your organization.

Enable Custom Scripts in SharePoint

By default, script is allowed on most sites that admins create. It is not allowed on OneDrive, on sites users create themselves, on modern team and communication sites, and on the root site for your organization. You'll probably want to limit the amount of script you allow for security reasons.

Up ↑