LexModelsV2 / Client / describe_slot
describe_slot#
- LexModelsV2.Client.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' )
- Parameters:
slotId (string) –
[REQUIRED]
The unique identifier for the slot.
botId (string) –
[REQUIRED]
The identifier of the bot associated with the slot.
botVersion (string) –
[REQUIRED]
The version of the bot associated with the slot.
localeId (string) –
[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.
intentId (string) –
[REQUIRED]
The identifier of the intent that contains the slot.
- Return type:
dict
- Returns:
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.ThrottlingException
LexModelsV2.Client.exceptions.ServiceQuotaExceededException
LexModelsV2.Client.exceptions.ValidationException
LexModelsV2.Client.exceptions.ResourceNotFoundException
LexModelsV2.Client.exceptions.InternalServerException