Microsoft Cognitive Services control for Microsoft Bot Builder
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.
Read these resources for more information about the Microsoft Bot Framework, Bot Builder SDK and Cognitive service: