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:
JSON
{ "DefaultValueSpecification" :SlotDefaultValueSpecification, "PromptSpecification" :PromptSpecification, "SampleUtterances" :[ SampleUtterance, ... ], "WaitAndContinueSpecification" :WaitAndContinueSpecification}
YAML
DefaultValueSpecification:SlotDefaultValueSpecificationPromptSpecification:PromptSpecificationSampleUtterances:- SampleUtteranceWaitAndContinueSpecification:WaitAndContinueSpecification
Properties
DefaultValueSpecificationProperty description not available.
Required: No
Type: SlotDefaultValueSpecification
Update requires: No interruption
PromptSpecificationProperty 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
SampleUtterancesfor slots.Required: No
Type: Array of SampleUtterance
Update requires: No interruption
WaitAndContinueSpecificationProperty description not available.
Required: No
Type: WaitAndContinueSpecification
Update requires: No interruption