class Aws::LexModelsV2::Types::DescribeSlotRequest

@note When making an API call, you may pass DescribeSlotRequest

data as a hash:

    {
      slot_id: "Id", # required
      bot_id: "Id", # required
      bot_version: "BotVersion", # required
      locale_id: "LocaleId", # required
      intent_id: "Id", # required
    }

@!attribute [rw] slot_id

The unique identifier for the slot.
@return [String]

@!attribute [rw] bot_id

The identifier of the bot associated with the slot.
@return [String]

@!attribute [rw] bot_version

The version of the bot associated with the slot.
@return [String]

@!attribute [rw] locale_id

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][1].

[1]: https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html
@return [String]

@!attribute [rw] intent_id

The identifier of the intent that contains the slot.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DescribeSlotRequest AWS API Documentation

Constants

SENSITIVE