class Aws::LexRuntimeV2::Types::Slot


@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/Slot AWS API Documentation
@return [Hash<String,Types::Slot>]
The constituent sub slots of a composite slot.
@!attribute [rw] sub_slots
@return [Array<Types::Slot>]
might be “pepperoni” and “pineapple.”
For example, if a for a slot that elicits pizza toppings, the values
A list of one or more values that the user provided for the slot.
@!attribute [rw] values
@return [String]
indicates that the ‘value` field contains a single value.
field contains a list of slot values. When the value is `Scalar`, it
When the `shape` value is `List`, it indicates that the `values`
@!attribute [rw] shape
@return [Types::Value]
The current value of the slot.
@!attribute [rw] value
A value that Amazon Lex V2 uses to fulfill an intent.