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 PromptAttemptSpecification
Specifies the settings on a prompt attempt.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AllowedInputTypes" :AllowedInputTypes, "AllowInterrupt" :Boolean, "AudioAndDTMFInputSpecification" :AudioAndDTMFInputSpecification, "TextInputSpecification" :TextInputSpecification}
YAML
AllowedInputTypes:AllowedInputTypesAllowInterrupt:BooleanAudioAndDTMFInputSpecification:AudioAndDTMFInputSpecificationTextInputSpecification:TextInputSpecification
Properties
AllowedInputTypes-
Indicates the allowed input types of the prompt attempt.
Required: Yes
Type: AllowedInputTypes
Update requires: No interruption
AllowInterrupt-
Indicates whether the user can interrupt a speech prompt attempt from the bot.
Required: No
Type: Boolean
Update requires: No interruption
AudioAndDTMFInputSpecification-
Specifies the settings on audio and DTMF input.
Required: No
Type: AudioAndDTMFInputSpecification
Update requires: No interruption
TextInputSpecification-
Specifies the settings on text input.
Required: No
Type: TextInputSpecification
Update requires: No interruption