@Generated(value="software.amazon.awssdk:codegen") public final class AudioSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioSpecification.Builder,AudioSpecification>
Specifies the audio input specifications.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AudioSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AudioSpecification.Builder |
builder() |
Integer |
endTimeoutMs()
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxLengthMs()
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AudioSpecification.Builder> |
serializableBuilderClass() |
AudioSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxLengthMs()
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
public final Integer endTimeoutMs()
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
public AudioSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AudioSpecification.Builder,AudioSpecification>public static AudioSpecification.Builder builder()
public static Class<? extends AudioSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.