LUIS App Using SDK - Training, Publishing and Consuming the Model

Learn to build and consume LUIS app using Python SDK for Azure's LUIS service.

In the previous lesson we created a LUIS app, added the intent and entity, and added the utterances to the intent. Now let’s move on to training.

Training the LUIS app

The next step is to train the LUIS app. We’ll train the LUIS app by calling the train_version() method using the luis_client object that we created in the previous lesson.

Get hands-on with 1200+ tech skills courses.