@Generated(value="software.amazon.awssdk:codegen") public final class DTMFSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DTMFSpecification.Builder,DTMFSpecification>
Specifies the DTMF input specifications.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DTMFSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DTMFSpecification.Builder |
builder() |
String |
deletionCharacter()
The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
|
String |
endCharacter()
The DTMF character that immediately ends input.
|
Integer |
endTimeoutMs()
How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxLength()
The maximum number of DTMF digits allowed in an utterance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DTMFSpecification.Builder> |
serializableBuilderClass() |
DTMFSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxLength()
The maximum number of DTMF digits allowed in an utterance.
public final Integer endTimeoutMs()
How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
public final String deletionCharacter()
The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
public final String endCharacter()
The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
public DTMFSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DTMFSpecification.Builder,DTMFSpecification>public static DTMFSpecification.Builder builder()
public static Class<? extends DTMFSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.