class Aws::LexModelsV2::Types::MultipleValuesSetting

Indicates whether a slot can return multiple values.

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

data as a hash:

    {
      allow_multiple_values: false,
    }

@!attribute [rw] allow_multiple_values

Indicates whether a slot can return multiple values. When `true`,
the slot may return more than one value in a response. When `false`,
the slot returns only a single value.

Multi-value slots are only available in the en-US locale. If you set
this value to `true` in any other locale, Amazon Lex throws a
`ValidationException`.

If the `allowMutlipleValues` is not set, the default value is
`false`.
@return [Boolean]

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

Constants

SENSITIVE