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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



12332
12333
12334
12335
12336
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12332

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