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_value ⇒ Types::SampleValue

The value of the slot type entry.

Returns:



13306
13307
13308
13309
13310
13311
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13306

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

#synonyms ⇒ Array<Types::SampleValue>

Additional values related to the slot type entry.

Returns:



13306
13307
13308
13309
13310
13311
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13306

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