class Aws::LexModelBuildingService::Types::GetSlotTypeResponse
@!attribute [rw] name
The name of the slot type. @return [String]
@!attribute [rw] description
A description of the slot type. @return [String]
@!attribute [rw] enumeration_values
A list of `EnumerationValue` objects that defines the values that the slot type can take. @return [Array<Types::EnumerationValue>]
@!attribute [rw] last_updated_date
The date that the slot type was updated. When you create a resource, the creation date and last update date are the same. @return [Time]
@!attribute [rw] created_date
The date that the slot type was created. @return [Time]
@!attribute [rw] version
The version of the slot type. @return [String]
@!attribute [rw] checksum
Checksum of the `$LATEST` version of the slot type. @return [String]
@!attribute [rw] value_selection_strategy
The strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType. @return [String]
@!attribute [rw] parent_slot_type_signature
The built-in slot type used as a parent for the slot type. @return [String]
@!attribute [rw] slot_type_configurations
Configuration information that extends the parent built-in slot type. @return [Array<Types::SlotTypeConfiguration>]
@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetSlotTypeResponse AWS API Documentation
Constants
- SENSITIVE