This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Lex::Bot MultipleValuesSetting
Indicates whether a slot can return multiple values.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AllowMultipleValues" :Boolean}
YAML
AllowMultipleValues:Boolean
Properties
AllowMultipleValues-
Indicates whether a slot can return multiple values. When
true, the slot may return more than one value in a response. Whenfalse, the slot returns only a single value.Multi-value slots are only available in the en-US locale. If you set this value to
truein any other locale, Amazon Lex throws aValidationException.If the
allowMutlipleValuesis not set, the default value isfalse.Required: No
Type: Boolean
Update requires: No interruption