Programatically create, train and publish a LUIS model

2.6k Views Asked by At

Can we programatically create, train and publish a LUIS model from C#. Do we have any SDK available? If we want to add a new intent or entity or create a Utterance and book mark this we need to do this via luis.ai can we get this done via C# code?

2

There are 2 best solutions below

5
On

You can do it in C# by using the Luis Programmatic API. You can also use the SDK.

0
On

You use LUIS (Microsoft Cognitive Services for NLP) in your bots or applications and have always wanted to create intentions, entities, train your template and publish it programmatically, now you can! I developed an SDK for .NET that allows you to do this and more! It is an open-source project and is available on my GitHub with installation and usage details. It even has a roadmap with the features of the next version! If you liked it, so follow me and give a star there on the project! Thanks!

Nuget: https://www.nuget.org/packages/Cognitive.LUIS.Programmatic

GitHub: https://github.com/andreluizsecco/Cognitive-LUIS-Programmatic