delete_slot
(**kwargs)¶Deletes the specified slot from an intent.
See also: AWS API Documentation
Request Syntax
response = client.delete_slot(
slotId='string',
botId='string',
botVersion='string',
localeId='string',
intentId='string'
)
[REQUIRED]
The identifier of the slot to delete.
[REQUIRED]
The identifier of the bot associated with the slot to delete.
[REQUIRED]
The version of the bot associated with the slot to delete.
[REQUIRED]
The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.
[REQUIRED]
The identifier of the intent associated with the slot.
None
Exceptions
LexModelsV2.Client.exceptions.ThrottlingException
LexModelsV2.Client.exceptions.ServiceQuotaExceededException
LexModelsV2.Client.exceptions.ValidationException
LexModelsV2.Client.exceptions.ConflictException
LexModelsV2.Client.exceptions.PreconditionFailedException
LexModelsV2.Client.exceptions.InternalServerException