Class: Aws::LexModelsV2::Types::SlotTypeValue

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

Overview

Each slot type can have a set of values. Each SlotTypeValue represents a value that the slot type can take.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sample_valueTypes::SampleValue

The value of the slot type entry.

Returns:



12597
12598
12599
12600
12601
12602
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12597

class SlotTypeValue < Struct.new(
  :sample_value,
  :synonyms)
  SENSITIVE = []
  include Aws::Structure
end

#synonymsArray<Types::SampleValue>

Additional values related to the slot type entry.

Returns:



12597
12598
12599
12600
12601
12602
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12597

class SlotTypeValue < Struct.new(
  :sample_value,
  :synonyms)
  SENSITIVE = []
  include Aws::Structure
end