Show / Hide Table of Contents

Class CfnBot.AudioFillerSettingsProperty

Inheritance
object
CfnBot.AudioFillerSettingsProperty
Implements
CfnBot.IAudioFillerSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiofillersettings.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiofillersettings.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiofillersettings.html#cfn-lex-bot-audiofillersettings-audiotype

Enabled

public object Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiofillersettings.html#cfn-lex-bot-audiofillersettings-enabled

Type union: either bool or IResolvable

MinimumPlayDurationInMilliseconds

public double? MinimumPlayDurationInMilliseconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiofillersettings.html#cfn-lex-bot-audiofillersettings-minimumplaydurationinmilliseconds

ResponseDeliveryDelayInMilliseconds

public double? ResponseDeliveryDelayInMilliseconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiofillersettings.html#cfn-lex-bot-audiofillersettings-responsedeliverydelayinmilliseconds

StartDelayInMilliseconds

public double? StartDelayInMilliseconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiofillersettings.html#cfn-lex-bot-audiofillersettings-startdelayinmilliseconds

Implements

CfnBot.IAudioFillerSettingsProperty
Back to top Generated by DocFX