Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

describe_slot

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.

AWS API Documentation

Response Structure

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Exceptions

  • LexModelsV2.Client.exceptions.ThrottlingException
  • LexModelsV2.Client.exceptions.ServiceQuotaExceededException
  • LexModelsV2.Client.exceptions.ValidationException
  • LexModelsV2.Client.exceptions.ResourceNotFoundException
  • LexModelsV2.Client.exceptions.InternalServerException