@Generated(value="software.amazon.awssdk:codegen") public class PlaybackCompletionEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlaybackCompletionEvent.Builder,PlaybackCompletionEvent>, StartConversationRequestEventStream
Event sent from the client application to Amazon Lex to indicate that playback of audio is complete and that Amazon Lex should start processing the user's input.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlaybackCompletionEvent.Builder |
protected static class |
PlaybackCompletionEvent.BuilderImpl |
StartConversationRequestEventStream.EventType| Modifier | Constructor and Description |
|---|---|
protected |
PlaybackCompletionEvent(PlaybackCompletionEvent.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static PlaybackCompletionEvent.Builder |
builder() |
Long |
clientTimestampMillis()
A timestamp set by the client of the date and time that the event was sent to Amazon Lex.
|
PlaybackCompletionEvent |
copy(Consumer<? super PlaybackCompletionEvent.Builder> modifier) |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventId()
A unique identifier that your application assigns to the event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlaybackCompletionEvent.Builder> |
serializableBuilderClass() |
PlaybackCompletionEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitaudioInputEventBuilder, configurationEventBuilder, disconnectionEventBuilder, dTMFInputEventBuilder, playbackCompletionEventBuilder, sdkEventType, textInputEventBuilderprotected PlaybackCompletionEvent(PlaybackCompletionEvent.BuilderImpl builder)
public final String eventId()
A unique identifier that your application assigns to the event. You can use this to identify events in logs.
public final Long clientTimestampMillis()
A timestamp set by the client of the date and time that the event was sent to Amazon Lex.
public PlaybackCompletionEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PlaybackCompletionEvent.Builder,PlaybackCompletionEvent>public static PlaybackCompletionEvent.Builder builder()
public static Class<? extends PlaybackCompletionEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final PlaybackCompletionEvent copy(Consumer<? super PlaybackCompletionEvent.Builder> modifier)
copy in interface ToCopyableBuilder<PlaybackCompletionEvent.Builder,PlaybackCompletionEvent>Copyright © 2021. All rights reserved.