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
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
Remarks
MaxLengthMs
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
double? MaxLengthMs { get; }