Class: Aws::LexModelsV2::Types::SubSlotTypeComposition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Subslot type composition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of a constituent sub slot inside a composite slot.

Returns:

  • (String)


13352
13353
13354
13355
13356
13357
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13352

class SubSlotTypeComposition < Struct.new(
  :name,
  :slot_type_id)
  SENSITIVE = []
  include Aws::Structure
end

#slot_type_idString

The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.

Returns:

  • (String)


13352
13353
13354
13355
13356
13357
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13352

class SubSlotTypeComposition < Struct.new(
  :name,
  :slot_type_id)
  SENSITIVE = []
  include Aws::Structure
end