Windows (.Net) SDK for the Microsoft Language Understanding Intelligent Service API, part of Congitive Services
Перейти к файлу
microsoft-github-policy-service[bot] 23bde9c1b9
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:43 +00:00
CSharp Update Package Metadata for nuget 2018-03-05 10:59:31 -08:00
.gitignore Adding LUIS C# SDK 2016-08-11 12:55:24 +02:00
.gitmodules Adding Sample and Sample Helper 2016-08-21 12:31:22 +02:00
CONTRIBUTING.md Adding LUIS C# SDK 2016-08-11 12:55:24 +02:00
LICENSE.md Adding LUIS C# SDK 2016-08-11 12:55:24 +02:00
README.md Delete the old SDK code 2018-02-28 12:47:37 -08:00
SECURITY.md Microsoft mandatory file 2022-09-22 14:33:50 +00:00

README.md

This SDK is being deprecated and is no longer maintained. Please go here for the latest .NET SDK.

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 Application Id and Subscription Key.

The solution contains the SDK and a sample application that allows you to enter your appId and appKey, and to perform the two actions "predict" and "reply".

Cloning The Repo

Please note that the repo depends on a submodule, so in order to clone it you'll have to attach --recursive option to the clone command: git clone --recursive https://github.com/Microsoft/Cognitive-LUIS-Windows.git

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