@Stability(value=Stable)
public static interface CfnBot.DTMFSpecificationProperty
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.*;
DTMFSpecificationProperty dTMFSpecificationProperty = DTMFSpecificationProperty.builder()
.deletionCharacter("deletionCharacter")
.endCharacter("endCharacter")
.endTimeoutMs(123)
.maxLength(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.DTMFSpecificationProperty.Builder
A builder for
CfnBot.DTMFSpecificationProperty |
static class |
CfnBot.DTMFSpecificationProperty.Jsii$Proxy
An implementation for
CfnBot.DTMFSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.DTMFSpecificationProperty.Builder |
builder() |
String |
getDeletionCharacter()
`CfnBot.DTMFSpecificationProperty.DeletionCharacter`.
|
String |
getEndCharacter()
`CfnBot.DTMFSpecificationProperty.EndCharacter`.
|
Number |
getEndTimeoutMs()
`CfnBot.DTMFSpecificationProperty.EndTimeoutMs`.
|
Number |
getMaxLength()
`CfnBot.DTMFSpecificationProperty.MaxLength`.
|
@Stability(value=Stable) @NotNull String getDeletionCharacter()
@Stability(value=Stable) @NotNull String getEndCharacter()
@Stability(value=Stable) @NotNull Number getEndTimeoutMs()
@Stability(value=Stable) @NotNull Number getMaxLength()
@Stability(value=Stable) static CfnBot.DTMFSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.