@Stability(value=Stable)
public static interface CfnBot.AudioSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.AudioSpecificationProperty.Builder
A builder for
CfnBot.AudioSpecificationProperty |
static class |
CfnBot.AudioSpecificationProperty.Jsii$Proxy
An implementation for
CfnBot.AudioSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.AudioSpecificationProperty.Builder |
builder() |
Number |
getEndTimeoutMs()
`CfnBot.AudioSpecificationProperty.EndTimeoutMs`.
|
Number |
getMaxLengthMs()
`CfnBot.AudioSpecificationProperty.MaxLengthMs`.
|
@Stability(value=Stable) @NotNull Number getEndTimeoutMs()
@Stability(value=Stable) @NotNull Number getMaxLengthMs()
@Stability(value=Stable) static CfnBot.AudioSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.