AWS::Lex::Bot SlotValueOverride - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Lex::Bot SlotValueOverride

The slot values that Amazon Lex uses when it sets slot values in a dialog step.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Shape" : String, "Value" : SlotValue, "Values" : [ SlotValueOverride, ... ] }

Properties

Shape

When the shape value is List, it indicates that the values field contains a list of slot values. When the value is Scalar, it indicates that the value field contains a single value.

Required: No

Type: String

Allowed values: Scalar | List

Update requires: No interruption

Value

The current value of the slot.

Required: No

Type: SlotValue

Update requires: No interruption

Values

A list of one or more values that the user provided for the slot. For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."

Required: No

Type: Array of SlotValueOverride

Update requires: No interruption