Class: Aws::LexModelsV2::Types::CompositeSlotTypeSetting

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sub_slotsArray<Types::SubSlotTypeComposition>

Subslots in the composite slot.

Returns:



3035
3036
3037
3038
3039
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3035

class CompositeSlotTypeSetting < Struct.new(
  :sub_slots)
  SENSITIVE = []
  include Aws::Structure
end