Create a Simple Language Detector Bot using Bot Builder SDK and Google Translation API

We create a simple Language Detector chatbot using Google Translation API. We will use the Bot Framework to create a bot in our local environment.

Add QnA Pairs in QnA Maker Knowledge Base using the Bot in C#

Update your QnA Maker Knowledge using the ChatBot. Add new question-answer pairs to your KB with the help of bot interactive environment. You can also update and delete existing KB with this bot.

Call Azure REST API using C#

Representational State Transfer (REST) APIs are service endpoints that support sets of HTTP operations (methods), which provide create, retrieve, update, or delete access to the serviceโ€™s resources. In this demo, we will get all the resource group details and created a resource group.

How to get Azure Access Token using C#

Get the Microsoft Azure Access Token using .NET C#. The OAuth token contains claims that you can use in Azure AD to identify the granted permissions to APIs.

Create a Simple Language Translator Bot using Bot Builder SDK and Google Translation API

We create a simple Translator chatbot using Google Translation API. We will use the Bot Framework to create a bot in our local environment. We have used the Echo Bot template because of its simple structure.

Create Adaptive Cards

Adaptive Cards are platform-agnostic snippets of UI, authored in JSON, that apps and services can openly exchange. When delivered to a specific app, the JSON is transformed into native UI that automatically adapts to its surroundings. It helps design and integrate light-weight UI for all major platforms and frameworks.

Create QnA Maker Bot without writing Code using Azure Bot Service

Build, train and publish a sophisticated bot using FAQ pages, support websites, product manuals, SharePoint documents or editorial content through an easy-to-use UI or via REST APIs.

Create WhatsApp Bot | Connect WhatsApp with QnA Maker | Create Azure Functions using Visual Studio

Create a WhatsApp Bot that will connect to the QnA Maker Service using the Azure Functions in C#. We will create the Azure Function in Visual Studio.

Up ↑