Class: Aws::LexModelsV2::Types::Specifications
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::Specifications
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Subslot specifications.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slot_type_id ⇒ String
The unique identifier assigned to the slot type.
-
#value_elicitation_setting ⇒ Types::SubSlotValueElicitationSetting
Specifies the elicitation setting details for constituent sub slots of a composite slot.
Instance Attribute Details
#slot_type_id ⇒ String
The unique identifier assigned to the slot type.
12860 12861 12862 12863 12864 12865 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12860 class Specifications < Struct.new( :slot_type_id, :value_elicitation_setting) SENSITIVE = [] include Aws::Structure end |
#value_elicitation_setting ⇒ Types::SubSlotValueElicitationSetting
Specifies the elicitation setting details for constituent sub slots of a composite slot.
12860 12861 12862 12863 12864 12865 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12860 class Specifications < Struct.new( :slot_type_id, :value_elicitation_setting) SENSITIVE = [] include Aws::Structure end |