This package has been deprecated

Author message:

Deprecated, use botbuilder-ai package instead.

botbuilder-cognitiveservices
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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.

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.

    View QnA Maker Dialog documentation

  • 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.

    View LUIS Action Binding documentation

Package Sidebar

Install

npm i botbuilder-cognitiveservices

Weekly Downloads

12

Version

1.2.0

License

MIT

Unpacked Size

41.4 kB

Total Files

10

Last publish

Collaborators

  • botframework
  • sgellock
  • cwhitten