Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.PlaybackCompletionEvent.Builder
-
-
Uses of PlaybackCompletionEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model
Classes in software.amazon.awssdk.services.lexruntimev2.model that implement PlaybackCompletionEvent.Builder Modifier and Type Class Description protected static classPlaybackCompletionEvent.BuilderImplMethods in software.amazon.awssdk.services.lexruntimev2.model that return PlaybackCompletionEvent.Builder Modifier and Type Method Description static PlaybackCompletionEvent.BuilderPlaybackCompletionEvent. builder()PlaybackCompletionEvent.BuilderPlaybackCompletionEvent.Builder. clientTimestampMillis(Long clientTimestampMillis)A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.PlaybackCompletionEvent.BuilderPlaybackCompletionEvent.BuilderImpl. clientTimestampMillis(Long clientTimestampMillis)PlaybackCompletionEvent.BuilderPlaybackCompletionEvent.Builder. eventId(String eventId)A unique identifier that your application assigns to the event.PlaybackCompletionEvent.BuilderPlaybackCompletionEvent.BuilderImpl. eventId(String eventId)static PlaybackCompletionEvent.BuilderStartConversationRequestEventStream. playbackCompletionEventBuilder()Create a builder for thePlaybackCompletionEventevent type for this stream.PlaybackCompletionEvent.BuilderPlaybackCompletionEvent. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type PlaybackCompletionEvent.Builder Modifier and Type Method Description static Class<? extends PlaybackCompletionEvent.Builder>PlaybackCompletionEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type PlaybackCompletionEvent.Builder Modifier and Type Method Description PlaybackCompletionEventPlaybackCompletionEvent. copy(Consumer<? super PlaybackCompletionEvent.Builder> modifier) -
Uses of PlaybackCompletionEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream
Subinterfaces of PlaybackCompletionEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream Modifier and Type Interface Description static interfaceDefaultPlaybackCompletionEvent.Builder
-