AWS::Lex::Bot SlotValueOverride - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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