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:



2936
2937
2938
2939
2940
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2936

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