class Aws::LexModelsV2::Types::SlotDefaultValueSpecification

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

@note When making an API call, you may pass SlotDefaultValueSpecification

data as a hash:

    {
      default_value_list: [ # required
        {
          default_value: "SlotDefaultValueString", # required
        },
      ],
    }

@!attribute [rw] default_value_list

A list of default values. Amazon Lex chooses the default value to
use in the order that they are presented in the list.
@return [Array<Types::SlotDefaultValue>]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/SlotDefaultValueSpecification AWS API Documentation

Constants

SENSITIVE