LUIS Authoring Client Skill
azure-com-cognitiveservices-luis-authoring
azure-com-cognitiveservices-luis-authoring
| Method | Path | Description |
|---|---|---|
POST | /apps/{appId}/versions/{versionId}/phraselists | |
GET | /apps/{appId}/versions/{versionId}/phraselists | Creates a new phraselist feature in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/features | Gets all the phraselist features in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/phraselists/{phraselistId} | Gets all the extraction phraselist and pattern features in a version of the application. |
PUT | /apps/{appId}/versions/{versionId}/phraselists/{phraselistId} | Gets phraselist feature info in a version of the application. |
DELETE | /apps/{appId}/versions/{versionId}/phraselists/{phraselistId} | Updates the phrases, the state and the name of the phraselist feature in a version of the application. |
POST | /apps/{appId}/versions/{versionId}/example | Deletes a phraselist feature from a version of the application. |
POST | /apps/{appId}/versions/{versionId}/examples | Adds a labeled example utterance in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/examples | Adds a batch of labeled example utterances to a version of the application. |
DELETE | /apps/{appId}/versions/{versionId}/examples/{exampleId} | Returns example utterances to be reviewed from a version of the application. |
POST | /apps/{appId}/versions/{versionId}/intents | Deletes the labeled example utterances with the specified ID from a version of the application. |
GET | /apps/{appId}/versions/{versionId}/intents | Adds an intent to a version of the application. |
POST | /apps/{appId}/versions/{versionId}/entities | Gets information about the intent models in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/entities | Adds an entity extractor to a version of the application. |
GET | /apps/{appId}/versions/{versionId}/hierarchicalentities | Gets information about all the simple entity models in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/compositeentities | Gets information about all the hierarchical entity models in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/closedlists | Gets information about all the composite entity models in a version of the application. |
POST | /apps/{appId}/versions/{versionId}/closedlists | Gets information about all the list entity models in a version of the application. |
POST | /apps/{appId}/versions/{versionId}/prebuilts | Adds a list entity model to a version of the application. |
GET | /apps/{appId}/versions/{versionId}/prebuilts | Adds a list of prebuilt entities to a version of the application. |
GET | /apps/{appId}/versions/{versionId}/listprebuilts | Gets information about all the prebuilt entities in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/models | Gets all the available prebuilt entities in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/models/{modelId}/examples | Gets information about all the intent and entity models in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/intents/{intentId} | Gets the example utterances for the given intent or entity model in a version of the application. |
PUT | /apps/{appId}/versions/{versionId}/intents/{intentId} | Gets information about the intent model in a version of the application. |
DELETE | /apps/{appId}/versions/{versionId}/intents/{intentId} | Updates the name of an intent in a version of the application. |
GET | /apps/{appId}/versions/{versionId}/entities/{entityId} | Deletes an intent from a version of the application. |
DELETE | /apps/{appId}/versions/{versionId}/entities/{entityId} | Gets information about an entity model in a version of the application. |
PATCH | /apps/{appId}/versions/{versionId}/entities/{entityId} | Deletes an entity or a child from a version of the application. |
POST | /apps/{appId}/versions/{versionId}/intents/{intentId}/features | Updates the name of an entity extractor or the name and instanceOf model of a child entity extractor. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install azure-com-cognitiveservices-luis-authoring
Downloads and installs to ~/.claude/skills/azure-com-cognitiveservices-luis-authoring/
3.0-preview (2026-02-13)