| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DTMFSpecification |
DTMFSpecification.clone() |
DTMFSpecification |
AudioAndDTMFInputSpecification.getDtmfSpecification()
Specifies the settings on DTMF input.
|
DTMFSpecification |
DTMFSpecification.withDeletionCharacter(String deletionCharacter)
The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
|
DTMFSpecification |
DTMFSpecification.withEndCharacter(String endCharacter)
The DTMF character that immediately ends input.
|
DTMFSpecification |
DTMFSpecification.withEndTimeoutMs(Integer endTimeoutMs)
How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
|
DTMFSpecification |
DTMFSpecification.withMaxLength(Integer maxLength)
The maximum number of DTMF digits allowed in an utterance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioAndDTMFInputSpecification.setDtmfSpecification(DTMFSpecification dtmfSpecification)
Specifies the settings on DTMF input.
|
AudioAndDTMFInputSpecification |
AudioAndDTMFInputSpecification.withDtmfSpecification(DTMFSpecification dtmfSpecification)
Specifies the settings on DTMF input.
|
Copyright © 2022. All rights reserved.