class Aws::LexModelsV2::Types::DescribeSlotResponse

@!attribute [rw] slot_id

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

@!attribute [rw] slot_name

The name specified for the slot.
@return [String]

@!attribute [rw] description

The description specified for the slot.
@return [String]

@!attribute [rw] slot_type_id

The identifier of the slot type that determines the values entered
into the slot.
@return [String]

@!attribute [rw] value_elicitation_setting

Prompts that Amazon Lex uses to elicit a value for the slot.
@return [Types::SlotValueElicitationSetting]

@!attribute [rw] obfuscation_setting

Whether slot values are shown in Amazon CloudWatch logs. If the
value is `None`, the actual value of the slot is shown in logs.
@return [Types::ObfuscationSetting]

@!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 language and locale specified for the slot.
@return [String]

@!attribute [rw] intent_id

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

@!attribute [rw] creation_date_time

A timestamp of the date and time that the slot was created.
@return [Time]

@!attribute [rw] last_updated_date_time

A timestamp of the date and time that the slot was last updated.
@return [Time]

@!attribute [rw] multiple_values_setting

Indicates whether the slot accepts multiple values in a single
utterance.

If the `multipleValuesSetting` is not set, the default value is
`false`.
@return [Types::MultipleValuesSetting]

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

Constants

SENSITIVE