Socket
Book a DemoInstallSign in
Socket

botbuilder-cognitiveservices

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-cognitiveservices

Cognitive Services extensions for Microsoft Bot Builder.

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

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

Keywords

botbuilder

FAQs

Package last updated on 04 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts