Interface CfnBotPropsMixin.AudioFillerSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.AudioFillerSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.AudioFillerSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.lex.*;
AudioFillerSettingsProperty audioFillerSettingsProperty = AudioFillerSettingsProperty.builder()
.audioType("audioType")
.enabled(false)
.minimumPlayDurationInMilliseconds(123)
.responseDeliveryDelayInMilliseconds(123)
.startDelayInMilliseconds(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.AudioFillerSettingsPropertystatic final classAn implementation forCfnBotPropsMixin.AudioFillerSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAudioType
- See Also:
-
getEnabled
Returns union: eitherBooleanorIResolvable- See Also:
-
getMinimumPlayDurationInMilliseconds
- See Also:
-
getResponseDeliveryDelayInMilliseconds
- See Also:
-
getStartDelayInMilliseconds
- See Also:
-
builder
-