How to Call Azure Translator API using Postman?

In this post, we will call three APIs. The first one is to get the list of all the Languages supported by the Translator. The second will be to translate text and the third one will detect language.

Create Translator Resource in Azure Portal

Translator is a cloud-based machine translation service you can use to translate text in near real-time through a simple REST API call. The service uses modern neural machine translation technology and offers statistical machine translation technology.

Create an Empty Knowledge Base in QnA Maker

You can create a QnA Maker knowledge base (KB) from your own content, such as FAQs or product manuals. In this post, we will be creating an empty Knowledge Base.

Create Azure Resource Manager Bot using Bot Builder SDK and LUIS in C#

Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.

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.

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 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 ↑