

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Lex::Bot AudioFillerSettings
<a name="aws-properties-lex-bot-audiofillersettings"></a>

<a name="aws-properties-lex-bot-audiofillersettings-description"></a>The `AudioFillerSettings` property type specifies Property description not available. for an [AWS::Lex::Bot](aws-resource-lex-bot.md).

## Syntax
<a name="aws-properties-lex-bot-audiofillersettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-lex-bot-audiofillersettings-syntax.json"></a>

```
{
  "[AudioType](#cfn-lex-bot-audiofillersettings-audiotype)" : {{String}},
  "[Enabled](#cfn-lex-bot-audiofillersettings-enabled)" : {{Boolean}},
  "[MinimumPlayDurationInMilliseconds](#cfn-lex-bot-audiofillersettings-minimumplaydurationinmilliseconds)" : {{Integer}},
  "[ResponseDeliveryDelayInMilliseconds](#cfn-lex-bot-audiofillersettings-responsedeliverydelayinmilliseconds)" : {{Integer}},
  "[StartDelayInMilliseconds](#cfn-lex-bot-audiofillersettings-startdelayinmilliseconds)" : {{Integer}}
}
```

### YAML
<a name="aws-properties-lex-bot-audiofillersettings-syntax.yaml"></a>

```
  [AudioType](#cfn-lex-bot-audiofillersettings-audiotype): {{String}}
  [Enabled](#cfn-lex-bot-audiofillersettings-enabled): {{Boolean}}
  [MinimumPlayDurationInMilliseconds](#cfn-lex-bot-audiofillersettings-minimumplaydurationinmilliseconds): {{Integer}}
  [ResponseDeliveryDelayInMilliseconds](#cfn-lex-bot-audiofillersettings-responsedeliverydelayinmilliseconds): {{Integer}}
  [StartDelayInMilliseconds](#cfn-lex-bot-audiofillersettings-startdelayinmilliseconds): {{Integer}}
```

## Properties
<a name="aws-properties-lex-bot-audiofillersettings-properties"></a>

`AudioType`  <a name="cfn-lex-bot-audiofillersettings-audiotype"></a>
Property 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_QWERTY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Enabled`  <a name="cfn-lex-bot-audiofillersettings-enabled"></a>
Property description not available.  
*Required*: Yes  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinimumPlayDurationInMilliseconds`  <a name="cfn-lex-bot-audiofillersettings-minimumplaydurationinmilliseconds"></a>
Property description not available.  
*Required*: No  
*Type*: Integer  
*Minimum*: `1000`  
*Maximum*: `5000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ResponseDeliveryDelayInMilliseconds`  <a name="cfn-lex-bot-audiofillersettings-responsedeliverydelayinmilliseconds"></a>
Property description not available.  
*Required*: No  
*Type*: Integer  
*Minimum*: `200`  
*Maximum*: `1000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StartDelayInMilliseconds`  <a name="cfn-lex-bot-audiofillersettings-startdelayinmilliseconds"></a>
Property description not available.  
*Required*: No  
*Type*: Integer  
*Minimum*: `500`  
*Maximum*: `5000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)