Class: Aws::LexModelsV2::Types::Specifications

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

Overview

Subslot specifications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#slot_type_idString

The unique identifier assigned to the slot type.

Returns:

  • (String)


13472
13473
13474
13475
13476
13477
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13472

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

#value_elicitation_settingTypes::SubSlotValueElicitationSetting

Specifies the elicitation setting details for constituent sub slots of a composite slot.



13472
13473
13474
13475
13476
13477
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13472

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