Amazon Lex Model Building Service Skill
amazonaws-com-lex-models
amazonaws-com-lex-models
| Method | Path | Description |
|---|---|---|
POST | /bots/{name}/versions | |
POST | /intents/{name}/versions | Creates a new version of the bot based on the $LATEST version. If the $LATEST version of this resource hasn't changed since you created the last version, Amazon Lex doesn't create... |
POST | /slottypes/{name}/versions | Creates a new version of an intent based on the $LATEST version of the intent. If the $LATEST version of this intent hasn't changed since you last updated it, Amazon Lex doesn't c... |
DELETE | /bots/{name} | Creates a new version of a slot type based on the $LATEST version of the specified slot type. If the $LATEST version of this resource has not changed since the last version that y... |
DELETE | /bots/{botName}/aliases/{name} | Deletes all versions of the bot, including the $LATEST version. To delete a specific version of the bot, use the DeleteBotVersion operation. The DeleteBot operation doesn't immedi... |
DELETE | /bots/{botName}/aliases/{aliasName}/channels/{name} | Deletes an alias for the specified bot. You can't delete an alias that is used in the association between a bot and a messaging channel. If an alias is used in a channel associati... |
DELETE | /bots/{name}/versions/{version} | Deletes the association between an Amazon Lex bot and a messaging platform. This operation requires permission for the lex:DeleteBotChannelAssociation action. |
DELETE | /intents/{name} | Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation. This operation requires permissions for the lex:DeleteBotVersion action. |
DELETE | /intents/{name}/versions/{version} | Deletes all versions of the intent, including the $LATEST version. To delete a specific version of the intent, use the DeleteIntentVersion operation. You can delete a version of a... |
DELETE | /slottypes/{name} | Deletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent operation. This operation requires permissions for the lex:DeleteIntentVersion ac... |
DELETE | /slottypes/{name}/version/{version} | Deletes all versions of the slot type, including the $LATEST version. To delete a specific version of the slot type, use the DeleteSlotTypeVersion operation. You can delete a vers... |
DELETE | /bots/{botName}/utterances/{userId} | Deletes a specific version of a slot type. To delete all versions of a slot type, use the DeleteSlotType operation. This operation requires permissions for the lex:DeleteSlotTypeV... |
GET | /bots/{name}/versions/{versionoralias} | Deletes stored utterances. Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the GetUtterancesView operation, and then s... |
GET | /bots/{botName}/aliases/{name} | Returns metadata information for a specific bot. You must provide the bot name and the bot version or alias. This operation requires permissions for the lex:GetBot action. |
GET | /bots/{botName}/aliases/ | Returns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases. This operation requires permissions for the lex:GetBotAlias action. |
GET | /bots/{botName}/aliases/{aliasName}/channels/{name} | Returns a list of aliases for a specified Amazon Lex bot. This operation requires permissions for the lex:GetBotAliases action. |
GET | /bots/{botName}/aliases/{aliasName}/channels/ | Returns information about the association between an Amazon Lex bot and a messaging platform. This operation requires permissions for the lex:GetBotChannelAssociation action. |
GET | /bots/{name}/versions/ | Returns a list of all of the channels associated with the specified bot. The GetBotChannelAssociations operation requires permissions for the lex:GetBotChannelAssociations action. |
GET | /bots/ | Gets information about all of the versions of a bot. The GetBotVersions operation returns a BotMetadata object for each version of a bot. For example, if a bot has three numbered... |
GET | /builtins/intents/{signature} | Returns bot information as follows: If you provide the nameContains field, the response includes information for the $LATEST version of all bots whose name contains the specified... |
GET | /builtins/intents/ | Returns information about a built-in intent. This operation requires permission for the lex:GetBuiltinIntent action. |
GET | /builtins/slottypes/ | Gets a list of built-in intents that meet the specified criteria. This operation requires permission for the lex:GetBuiltinIntents action. |
GET | /exports/ | Gets a list of built-in slot types that meet the specified criteria. For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit. This operation requires pe... |
GET | /imports/{importId} | Exports the contents of a Amazon Lex resource in a specified format. |
GET | /intents/{name}/versions/{version} | Gets information about an import job started with the StartImport operation. |
GET | /intents/{name}/versions/ | Returns information about an intent. In addition to the intent name, you must specify the intent version. This operation requires permissions to perform the lex:GetIntent action. |
GET | /intents/ | Gets information about all of the versions of an intent. The GetIntentVersions operation returns an IntentMetadata object for each version of an intent. For example, if an intent... |
GET | /migrations/{migrationId} | Returns intent information as follows: If you specify the nameContains field, returns the $LATEST version of all intents that contain the specified string. If you don't specify th... |
GET | /migrations | Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot. Use this operation to view the migration alerts and warnings related to... |
GET | /slottypes/{name}/versions/{version} | Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-lex-models
Downloads and installs to ~/.claude/skills/amazonaws-com-lex-models/
2017-04-19 (2026-02-13)