Class: Aws::LexModelsV2::Types::SlotDefaultValueSpecification

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

Overview

Defines a list of values that Amazon Lex should use as the default value for a slot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_value_listArray<Types::SlotDefaultValue>

A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.

Returns:



12259
12260
12261
12262
12263
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12259

class SlotDefaultValueSpecification < Struct.new(
  :default_value_list)
  SENSITIVE = []
  include Aws::Structure
end