Sends a training request for a version of a specified LUIS app. This POST request initiates a request asynchronously. To determine whether the training request is successful, submit a GET request to get training status. Note: The application version is not fully trained unless all the models (intents and entities) are trained successfully or are up to date. To verify training success, get the training status at least once after training is complete.
post/apps/{appId}/versions/{versionId}/train
Path parameters
appIdstring uuid required
The application ID.
versionIdstring required
The version ID.
Query parameters
modestring
An enum value specifying mode of training.
Response
This response indicates the initial training status.