public static interface DTMFSpecification.Builder extends SdkPojo, CopyableBuilder<DTMFSpecification.Builder,DTMFSpecification>
| Modifier and Type | Method and Description |
|---|---|
DTMFSpecification.Builder |
deletionCharacter(String deletionCharacter)
The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
|
DTMFSpecification.Builder |
endCharacter(String endCharacter)
The DTMF character that immediately ends input.
|
DTMFSpecification.Builder |
endTimeoutMs(Integer endTimeoutMs)
How long the bot should wait after the last DTMF character input before assuming that the input has
concluded.
|
DTMFSpecification.Builder |
maxLength(Integer maxLength)
The maximum number of DTMF digits allowed in an utterance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDTMFSpecification.Builder maxLength(Integer maxLength)
The maximum number of DTMF digits allowed in an utterance.
maxLength - The maximum number of DTMF digits allowed in an utterance.DTMFSpecification.Builder endTimeoutMs(Integer endTimeoutMs)
How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
endTimeoutMs - How long the bot should wait after the last DTMF character input before assuming that the input has
concluded.DTMFSpecification.Builder deletionCharacter(String deletionCharacter)
The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
deletionCharacter - The DTMF character that clears the accumulated DTMF digits and immediately ends the input.DTMFSpecification.Builder endCharacter(String endCharacter)
The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
endCharacter - The DTMF character that immediately ends input. If the user does not press this character, the input
ends after the end timeout.Copyright © 2022. All rights reserved.