/BotBuilder-CognitiveServices

The Microsoft Cognitive Services controls for Microsoft Bot Builder

Primary LanguageC#MIT LicenseMIT

The cognitive services control makes consuming different Microsoft Cognitive Services easy for bots developed using Microsoft Bot Builder SDK. The control is available for C# and Node.js SDKs.

Currently the control has support for the following cognitive services:

  • QnA Maker: This service enables developers to build, train and publish a simple question and answer bot based on FAQ URLs, structured documents or editorial content. The bot can consume the QnA Maker dialog implemented by this control to forward the conversation to QnA Maker service and relay back the answers to the user.

  • LUIS.ai: Language Understanding Intelligent Service (LUIS) enables developers to build smart applications that can understand human language and react accordingly to user requests. There are times when you may want to link an intent to an action at client side (e.g.: in your Bot, or web app, or even a console app), with an easy binding logic for it, where you can also resolve complex things in order to fulfill an user's intent.

More Information

Read these resources for more information about the Microsoft Bot Framework, Bot Builder SDK and Cognitive service: