Node.js (JavaScript) SDK for the Microsoft Language Understanding Intelligent Service API, part of Congitive Services
Перейти к файлу
microsoft-github-policy-service[bot] 67f850e39d
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:12:39 +00:00
luis_sdk moving URL to new one 2017-04-02 15:25:41 +02:00
CONTRIBUTING.md Added the SDK, sample app, license, and contributing files, and modified the readme file 2016-09-04 16:54:40 +02:00
LICENSE.md Added the SDK, sample app, license, and contributing files, and modified the readme file 2016-09-04 16:54:40 +02:00
README.md Added "Developer Code of Conduct" to the README file. 2016-09-15 03:44:29 +02:00
SECURITY.md Microsoft mandatory file 2022-09-01 18:14:41 +00:00
sample.js Updated SDK to version 2 2016-11-20 12:24:49 +02:00

README.md

LUIS

LUIS is a service for language understanding that provides intent classification and entity extraction. In order to use the SDK you first need to create and publish an app on www.luis.ai where you will get your appId and appKey and input their values in the sample application file "sample.js".

The SDK

The SDK can be used by creating 2 callback functions "onSuccess" and "onFailure" and passing them to the "predict" and "reply" functions to be called asynchronously in the cases of the request success or failure.

Sample Application

The sample application allows you to perform the Predict and Reply operations and to view the following parts of the parsed response:

  • Query
  • Top Intent
  • Entities
  • Dialog status, parameter name, and prompt

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see LICENSE.

Developer Code of Conduct

Developers using Cognitive Services, including this client library & sample, are required to follow the “Developer Code of Conduct for Microsoft Cognitive Services”.