AWS::Lex::Bot SubSlotValueElicitationSetting - 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).

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 SubSlotValueElicitationSetting

Subslot elicitation settings.

DefaultValueSpecification is a list of default values for a constituent sub slot in a composite slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values. This is similar to DefaultValueSpecification for slots.

PromptSpecification is the prompt that Amazon Lex uses to elicit the sub slot value from the user. This is similar to PromptSpecification for slots.

Syntax

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

Properties

DefaultValueSpecification

Property description not available.

Required: No

Type: SlotDefaultValueSpecification

Update requires: No interruption

PromptSpecification

Property description not available.

Required: No

Type: PromptSpecification

Update requires: No interruption

SampleUtterances

If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can provide those utterances to improve accuracy. This is optional. In most cases Amazon Lex is capable of understanding user utterances. This is similar to SampleUtterances for slots.

Required: No

Type: Array of SampleUtterance

Update requires: No interruption

WaitAndContinueSpecification

Property description not available.

Required: No

Type: WaitAndContinueSpecification

Update requires: No interruption