Image Source: Internet + Editing. Original Image: https://blog.ch.atosconsulting.com/create-bot-faq-4-steps/ Introduction In this article, I will brief you about how QnA Maker knowledge base service deals with languages, how to verify the language associated with the service, and about the recommended way to develop FAQ Bot with multiple languages. Pre-requisite Knowledge about what QnA Maker service is. … Continue reading Demystifying QnAMaker FAQ Bots Supported Language Myth
Category: Bot Framework
ChatBot With Azure Authentication – Part One
BotApp | AuthenticationWebApp Highlights of the article series How to register an app with Azure Active Directory? How to get the access token using Azure Active Directory authentication? How to register a bot application with Azure Bot Service? How to user Bot State Service to save user conversation state data such as access token? Prerequisites … Continue reading ChatBot With Azure Authentication – Part One
Image detection bot using Microsoft Vision API : Step by step guide
Note – You can find the source code of my sample application here. In my previous post about Bots, I have explained how to use FormFlow to create attractive selection box in bots which you can find here. In this post, I will explain how to create Image detection bot using Microsoft Vision API. Let us … Continue reading Image detection bot using Microsoft Vision API : Step by step guide
Create your first bot using FormFlow of Bot framework: Demo Movie Booking Bot
In my last post, I explained how to create your first bot using Visual Studio 2017 which you can find here. In this post, we will see how to add selection box(forms) to your bot using Microsoft FormFlow. As explained in my previous post, you can follow the steps to add Bot application into your … Continue reading Create your first bot using FormFlow of Bot framework: Demo Movie Booking Bot