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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


12787
12788
12789
12790
12791
12792
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12787

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.



12787
12788
12789
12790
12791
12792
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12787

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