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 AudioAndDTMFInputSpecification
Specifies the audio and DTMF input specification.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AudioSpecification" :AudioSpecification, "DTMFSpecification" :DTMFSpecification, "StartTimeoutMs" :Integer}
YAML
AudioSpecification:AudioSpecificationDTMFSpecification:DTMFSpecificationStartTimeoutMs:Integer
Properties
AudioSpecification- 
                    
Specifies the settings on audio input.
Required: No
Type: AudioSpecification
Update requires: No interruption
 DTMFSpecification- 
                    
Specifies the settings on DTMF input.
Required: No
Type: DTMFSpecification
Update requires: No interruption
 StartTimeoutMs- 
                    
Time for which a bot waits before assuming that the customer isn't going to speak or press a key. This timeout is shared between Audio and DTMF inputs.
Required: Yes
Type: Integer
Minimum:
1Update requires: No interruption