This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Lex::Bot DTMFSpecification
Specifies the DTMF input specifications.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DeletionCharacter" :String, "EndCharacter" :String, "EndTimeoutMs" :Integer, "MaxLength" :Integer}
YAML
DeletionCharacter:StringEndCharacter:StringEndTimeoutMs:IntegerMaxLength:Integer
Properties
DeletionCharacter-
The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
Required: Yes
Type: String
Pattern:
^[A-D0-9#*]{1}$Update requires: No interruption
EndCharacter-
The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
Required: Yes
Type: String
Pattern:
^[A-D0-9#*]{1}$Update requires: No interruption
EndTimeoutMs-
How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
Required: Yes
Type: Integer
Minimum:
1Update requires: No interruption
MaxLength-
The maximum number of DTMF digits allowed in an utterance.
Required: Yes
Type: Integer
Minimum:
1Maximum:
1024Update requires: No interruption