@Stability(value=Stable)
public static interface CfnBot.AudioAndDTMFInputSpecificationProperty
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.*;
AudioAndDTMFInputSpecificationProperty audioAndDTMFInputSpecificationProperty = AudioAndDTMFInputSpecificationProperty.builder()
.startTimeoutMs(123)
// the properties below are optional
.audioSpecification(AudioSpecificationProperty.builder()
.endTimeoutMs(123)
.maxLengthMs(123)
.build())
.dtmfSpecification(DTMFSpecificationProperty.builder()
.deletionCharacter("deletionCharacter")
.endCharacter("endCharacter")
.endTimeoutMs(123)
.maxLength(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.AudioAndDTMFInputSpecificationProperty.Builder
A builder for
CfnBot.AudioAndDTMFInputSpecificationProperty |
static class |
CfnBot.AudioAndDTMFInputSpecificationProperty.Jsii$Proxy
An implementation for
CfnBot.AudioAndDTMFInputSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.AudioAndDTMFInputSpecificationProperty.Builder |
builder() |
default Object |
getAudioSpecification()
`CfnBot.AudioAndDTMFInputSpecificationProperty.AudioSpecification`.
|
default Object |
getDtmfSpecification()
`CfnBot.AudioAndDTMFInputSpecificationProperty.DTMFSpecification`.
|
Number |
getStartTimeoutMs()
`CfnBot.AudioAndDTMFInputSpecificationProperty.StartTimeoutMs`.
|
@Stability(value=Stable) @NotNull Number getStartTimeoutMs()
@Stability(value=Stable) @Nullable default Object getAudioSpecification()
@Stability(value=Stable) @Nullable default Object getDtmfSpecification()
@Stability(value=Stable) static CfnBot.AudioAndDTMFInputSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.