AWS::Lex::Bot PromptAttemptSpecification
Specifies the settings on a prompt attempt.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AllowedInputTypes" :
AllowedInputTypes
, "AllowInterrupt" :Boolean
, "AudioAndDTMFInputSpecification" :AudioAndDTMFInputSpecification
, "TextInputSpecification" :TextInputSpecification
}
YAML
AllowedInputTypes:
AllowedInputTypes
AllowInterrupt:Boolean
AudioAndDTMFInputSpecification:AudioAndDTMFInputSpecification
TextInputSpecification: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