This is the new 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 AudioFillerSettings
The AudioFillerSettings property type specifies Property description not available. for an AWS::Lex::Bot.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AudioType" :String, "Enabled" :Boolean, "MinimumPlayDurationInMilliseconds" :Integer, "ResponseDeliveryDelayInMilliseconds" :Integer, "StartDelayInMilliseconds" :Integer}
YAML
AudioType:StringEnabled:BooleanMinimumPlayDurationInMilliseconds:IntegerResponseDeliveryDelayInMilliseconds:IntegerStartDelayInMilliseconds:Integer
Properties
AudioTypeProperty description not available.
Required: No
Type: String
Allowed values:
MELODY_CHIPPER_CHIME | MELODY_CURIOUS_CRAWL | MELODY_RISING_RIPPLE | MELODY_PATIENT_PING | MELODY_PONDERING_PONG | TYPING_KINETIC_KEYS | TYPING_QUIET_QWERTYUpdate requires: No interruption
EnabledProperty description not available.
Required: Yes
Type: Boolean
Update requires: No interruption
MinimumPlayDurationInMillisecondsProperty description not available.
Required: No
Type: Integer
Minimum:
1000Maximum:
5000Update requires: No interruption
ResponseDeliveryDelayInMillisecondsProperty description not available.
Required: No
Type: Integer
Minimum:
200Maximum:
1000Update requires: No interruption
StartDelayInMillisecondsProperty description not available.
Required: No
Type: Integer
Minimum:
500Maximum:
5000Update requires: No interruption