| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DTMFSpecification.Builder |
DTMFSpecification.builder() |
DTMFSpecification.Builder |
DTMFSpecification.Builder.deletionCharacter(String deletionCharacter)
The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
|
DTMFSpecification.Builder |
DTMFSpecification.Builder.endCharacter(String endCharacter)
The DTMF character that immediately ends input.
|
DTMFSpecification.Builder |
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 |
DTMFSpecification.Builder.maxLength(Integer maxLength)
The maximum number of DTMF digits allowed in an utterance.
|
DTMFSpecification.Builder |
DTMFSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DTMFSpecification.Builder> |
DTMFSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AudioAndDTMFInputSpecification.Builder |
AudioAndDTMFInputSpecification.Builder.dtmfSpecification(Consumer<DTMFSpecification.Builder> dtmfSpecification)
Specifies the settings on DTMF input.
|
Copyright © 2022. All rights reserved.