Class: Aws::LexModelsV2::Types::SlotDefaultValueSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotDefaultValueSpecification
- 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
-
#default_value_list ⇒ Array<Types::SlotDefaultValue>
A list of default values.
Instance Attribute Details
#default_value_list ⇒ Array<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.
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 |