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

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

Overview

Subslot type composition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ String

Name of a constituent sub slot inside a composite slot.

Returns:

  • (String)


14264
14265
14266
14267
14268
14269
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14264

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

#slot_type_id ⇒ String

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)


14264
14265
14266
14267
14268
14269
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14264

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