Interface CfnBotPropsMixin.AudioSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.AudioSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.AudioSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the audio input specifications.
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.*;
AudioSpecificationProperty audioSpecificationProperty = AudioSpecificationProperty.builder()
.endTimeoutMs(123)
.maxLengthMs(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.AudioSpecificationPropertystatic final classAn implementation forCfnBotPropsMixin.AudioSpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndTimeoutMs
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.- See Also:
-
getMaxLengthMs
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.- See Also:
-
builder
-