Class: Aws::LexModelsV2::Types::SlotTypeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotTypeValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Each slot type can have a set of values. Each ‘SlotTypeValue` represents a value that the slot type can take.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sample_value ⇒ Types::SampleValue
The value of the slot type entry.
-
#synonyms ⇒ Array<Types::SampleValue>
Additional values related to the slot type entry.
Instance Attribute Details
#sample_value ⇒ Types::SampleValue
The value of the slot type entry.
12670 12671 12672 12673 12674 12675 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12670 class SlotTypeValue < Struct.new( :sample_value, :synonyms) SENSITIVE = [] include Aws::Structure end |
#synonyms ⇒ Array<Types::SampleValue>
Additional values related to the slot type entry.
12670 12671 12672 12673 12674 12675 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12670 class SlotTypeValue < Struct.new( :sample_value, :synonyms) SENSITIVE = [] include Aws::Structure end |