Apps
Operations
| Add |
Creates a new LUIS app. |
| Add Custom Prebuilt Domain |
Adds a prebuilt domain along with its intent and entity models as a new application. |
| Delete |
Deletes an application. |
| Download Query Logs |
Gets the logs of the past month's endpoint queries for the application. |
| Get |
Gets the application info. |
| Get Publish Settings |
Get the application publish settings including 'UseAllTrainingData'. |
| Get Settings |
Get the application settings including 'UseAllTrainingData'. |
| Import |
Imports an application to LUIS, the application's structure is included in the request body. |
| List |
Lists all of the user's applications. |
| List Available Custom Prebuilt Domains |
Gets all the available custom prebuilt domains for all cultures. |
| List Available Custom Prebuilt Domains For Culture |
Gets all the available prebuilt domains for a specific culture. |
| List Cortana Endpoints |
Gets the endpoint URLs for the prebuilt Cortana applications. |
| List Domains |
Gets the available application domains. |
| List Endpoints |
Returns the available endpoint deployment regions and URLs. |
| List Supported Cultures |
Gets a list of supported cultures. Cultures are equivalent to the written language and locale. For example,"en-us" represents the U.S. variation of English. |
| List Usage Scenarios |
Gets the application available usage scenarios. |
| Package Published Application As Gzip |
package - Gets published LUIS application package in binary stream GZip format |
| Package Trained Application As Gzip |
package - Gets trained LUIS application package in binary stream GZip format |
| Publish |
Publishes a specific version of the application. |
| Update |
Updates the name or description of the application. |
| Update Publish Settings |
Updates the application publish settings including 'UseAllTrainingData'. |
| Update Settings |
Updates the application settings including 'UseAllTrainingData'. |