Interface CfnBot.AudioSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.AudioSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.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.services.lex.*; AudioSpecificationProperty audioSpecificationProperty = AudioSpecificationProperty.builder() .endTimeoutMs(123) .maxLengthMs(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.AudioSpecificationProperty
static final class
An implementation forCfnBot.AudioSpecificationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.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. -
getMaxLengthMs
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application. -
builder
-