| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AudioSpecification |
AudioSpecification.clone() |
AudioSpecification |
AudioAndDTMFInputSpecification.getAudioSpecification()
Specifies the settings on audio input.
|
AudioSpecification |
AudioSpecification.withEndTimeoutMs(Integer endTimeoutMs)
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
|
AudioSpecification |
AudioSpecification.withMaxLengthMs(Integer maxLengthMs)
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioAndDTMFInputSpecification.setAudioSpecification(AudioSpecification audioSpecification)
Specifies the settings on audio input.
|
AudioAndDTMFInputSpecification |
AudioAndDTMFInputSpecification.withAudioSpecification(AudioSpecification audioSpecification)
Specifies the settings on audio input.
|
Copyright © 2022. All rights reserved.