public static interface AudioSpecification.Builder extends SdkPojo, CopyableBuilder<AudioSpecification.Builder,AudioSpecification>
| Modifier and Type | Method and Description |
|---|---|
AudioSpecification.Builder |
endTimeoutMs(Integer endTimeoutMs)
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
|
AudioSpecification.Builder |
maxLengthMs(Integer maxLengthMs)
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to
application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAudioSpecification.Builder maxLengthMs(Integer maxLengthMs)
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
maxLengthMs - Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to
application.AudioSpecification.Builder endTimeoutMs(Integer endTimeoutMs)
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
endTimeoutMs - Time for which a bot waits after the customer stops speaking to assume the utterance is finished.Copyright © 2022. All rights reserved.