Class: Aws::LexModelsV2::Types::CompositeSlotTypeSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CompositeSlotTypeSetting
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
A composite slot is a combination of two or more slots that capture multiple pieces of information in a single user input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sub_slots ⇒ Array<Types::SubSlotTypeComposition>
Subslots in the composite slot.
Instance Attribute Details
#sub_slots ⇒ Array<Types::SubSlotTypeComposition>
Subslots in the composite slot.
3009 3010 3011 3012 3013 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3009 class CompositeSlotTypeSetting < Struct.new( :sub_slots) SENSITIVE = [] include Aws::Structure end |