.NET SDK for LUIS Programmatic APIs
Branch | Build status | Nuget package |
---|---|---|
master | ||
dev | - |
.NET Standard 2.0
Supported frameworks: https://docs.microsoft.com/pt-br/dotnet/standard/net-standard
This SDK is available through Nuget packages: https://www.nuget.org/packages/Cognitive.LUIS.Programmatic
Install-Package Cognitive.LUIS.Programmatic
dotnet add package Cognitive.LUIS.Programmatic
Check the our Wiki: https://github.com/andreluizsecco/Cognitive-LUIS-Programmatic/wiki/get-started
Check the complete roadmap: https://github.com/andreluizsecco/Cognitive-LUIS-Programmatic/wiki/roadmap
- Get all
- Get by id
- Get by name
- Add
- Rename
- Delete
- Add labeled example to the app
- Add a batch of labeled examples to the app
- Review labeled examples
- Delete example labels
- Sends a training request
- Gets the training status of all models (intents and entities)
- Sends a training request and get final status
- Get all
- Get by id
- Publish app
The Cognitive-LUIS-Programmatic was developed by André Secco under the MIT license.