Show / Hide Table of Contents

Interface CfnBotPropsMixin.IAudioSpecificationProperty

Specifies the audio input specifications.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnBotPropsMixin.IAudioSpecificationProperty
Syntax (vb)
Public Interface CfnBotPropsMixin.IAudioSpecificationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiospecification.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.Mixins.Preview.AWS.Lex.Mixins;

             var audioSpecificationProperty = new AudioSpecificationProperty {
                 EndTimeoutMs = 123,
                 MaxLengthMs = 123
             };

Synopsis

Properties

EndTimeoutMs

Time for which a bot waits after the customer stops speaking to assume the utterance is finished.

MaxLengthMs

Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.

Properties

EndTimeoutMs

Time for which a bot waits after the customer stops speaking to assume the utterance is finished.

double? EndTimeoutMs { get; }
Property Value

double?

Remarks

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

MaxLengthMs

Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.

double? MaxLengthMs { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX