Amazon Lex Model Building V2 Skill
amazonaws-com-models-lex-v2
amazonaws-com-models-lex-v2
| Method | Path | Description |
|---|---|---|
PUT | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchcreate | |
POST | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchdelete | Create a batch of custom vocabulary items for a given bot locale's custom vocabulary. |
PUT | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchupdate | Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary. |
POST | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/ | Update a batch of custom vocabulary items for a given bot locale's custom vocabulary. |
PUT | /bots/ | Builds a bot, its intents, and its slot types into a specific locale. A bot can be built into multiple locales. At runtime the locale is used to choose a specific build of the bot. |
PUT | /bots/{botId}/botaliases/ | Creates an Amazon Lex conversational bot. |
PUT | /bots/{botId}/botversions/{botVersion}/botlocales/ | Creates an alias for the specified version of a bot. Use an alias to enable you to change the version of a bot without updating applications that use the bot. For example, you can... |
PUT | /bots/{botId}/replicas/ | Creates a locale in the bot. The locale contains the intents and slot types that the bot uses in conversations with users in the specified language and locale. You must add a loca... |
PUT | /bots/{botId}/botversions/ | Action to create a replication of the source bot in the secondary region. |
PUT | /exports/ | Creates an immutable version of the bot. When you create the first version of a bot, Amazon Lex sets the version number to 1. Subsequent bot versions increase in an increment of 1... |
PUT | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/ | Creates a zip archive containing the contents of a bot or a bot locale. The archive contains a directory structure that contains JSON files that define the bot. You can create an... |
POST | /policy/{resourceArn}/ | Creates an intent. To define the interaction between the user and your bot, you define one or more intents. For example, for a pizza ordering bot you would create an OrderPizza in... |
POST | /policy/{resourceArn}/statements/ | Creates a new resource policy with the specified policy statements. |
PUT | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/ | Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new po... |
PUT | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/ | Creates a slot in an intent. A slot is a variable needed to fulfill an intent. For example, an OrderPizza intent might need slots for size, crust, and number of pizzas. For each s... |
POST | /testsets/{testSetId}/testsetdiscrepancy | Creates a custom slot type To create a custom slot type, specify a name for the slot type and a set of enumeration values, the values that a slot of this type can assume. |
POST | /createuploadurl/ | Create a report that describes the differences between the bot and the test set. |
DELETE | /bots/{botId}/ | Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale. |
DELETE | /bots/{botId}/botaliases/{botAliasId}/ | Deletes all versions of a bot, including the Draft version. To delete a specific version, use the DeleteBotVersion operation. When you delete a bot, all of the resources contained... |
DELETE | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/ | Deletes the specified bot alias. |
DELETE | /bots/{botId}/replicas/{replicaRegion}/ | Removes a locale from a bot. When you delete a locale, all intents, slots, and slot types defined for the locale are also deleted. |
DELETE | /bots/{botId}/botversions/{botVersion}/ | The action to delete the replicated bot in the secondary region. |
DELETE | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary | Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation. |
DELETE | /exports/{exportId}/ | Removes a custom vocabulary from the specified locale in the specified bot. |
DELETE | /imports/{importId}/ | Removes a previous export and the associated files stored in an S3 bucket. |
DELETE | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/ | Removes a previous import and the associated file stored in an S3 bucket. |
DELETE | /policy/{resourceArn}/ | Removes the specified intent. Deleting an intent also deletes the slots associated with the intent. |
DELETE | /policy/{resourceArn}/statements/{statementId}/ | Removes an existing policy from a bot or bot alias. If the resource doesn't have a policy attached, Amazon Lex returns an exception. |
DELETE | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/ | Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the p... |
DELETE | /bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/ | Deletes the specified slot from an intent. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-models-lex-v2
Downloads and installs to ~/.claude/skills/amazonaws-com-models-lex-v2/
2020-08-07 (2026-02-13)