describe_slot(**kwargs)¶Gets metadata information about a slot.
See also: AWS API Documentation
Request Syntax
response = client.describe_slot(
slotId='string',
botId='string',
botVersion='string',
localeId='string',
intentId='string'
)
[REQUIRED]
The unique identifier for the slot.
[REQUIRED]
The identifier of the bot associated with the slot.
[REQUIRED]
The version of the bot associated with the slot.
[REQUIRED]
The identifier of the language and locale of the slot to describe. The string must match one of the supported locales. For more information, see Supported languages.
[REQUIRED]
The identifier of the intent that contains the slot.
dict
Response Syntax
# This section is too large to render.
# Please see the AWS API Documentation linked below.
Response Structure
# This section is too large to render.
# Please see the AWS API Documentation linked below.
Exceptions
LexModelsV2.Client.exceptions.ThrottlingExceptionLexModelsV2.Client.exceptions.ServiceQuotaExceededExceptionLexModelsV2.Client.exceptions.ValidationExceptionLexModelsV2.Client.exceptions.ResourceNotFoundExceptionLexModelsV2.Client.exceptions.InternalServerException