Class CfnBot.AudioFillerSettingsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBot.AudioFillerSettingsProperty : CfnBot.IAudioFillerSettingsProperty
Syntax (vb)
Public Class CfnBot.AudioFillerSettingsProperty Implements CfnBot.IAudioFillerSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lex;
var audioFillerSettingsProperty = new AudioFillerSettingsProperty {
Enabled = false,
// the properties below are optional
AudioType = "audioType",
MinimumPlayDurationInMilliseconds = 123,
ResponseDeliveryDelayInMilliseconds = 123,
StartDelayInMilliseconds = 123
};
Synopsis
Constructors
| AudioFillerSettingsProperty() |
Properties
| AudioType | |
| Enabled | |
| MinimumPlayDurationInMilliseconds | |
| ResponseDeliveryDelayInMilliseconds | |
| StartDelayInMilliseconds |
Constructors
AudioFillerSettingsProperty()
public AudioFillerSettingsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lex;
var audioFillerSettingsProperty = new AudioFillerSettingsProperty {
Enabled = false,
// the properties below are optional
AudioType = "audioType",
MinimumPlayDurationInMilliseconds = 123,
ResponseDeliveryDelayInMilliseconds = 123,
StartDelayInMilliseconds = 123
};
Properties
AudioType
public string? AudioType { get; set; }
Property Value
Remarks
Enabled
public object Enabled { get; set; }
Property Value
Remarks
MinimumPlayDurationInMilliseconds
public double? MinimumPlayDurationInMilliseconds { get; set; }
Property Value
Remarks
ResponseDeliveryDelayInMilliseconds
public double? ResponseDeliveryDelayInMilliseconds { get; set; }
Property Value
Remarks
StartDelayInMilliseconds
public double? StartDelayInMilliseconds { get; set; }