Class DefaultTextInputEvent
java.lang.Object
software.amazon.awssdk.services.lexruntimev2.model.TextInputEvent
software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream.DefaultTextInputEvent
- All Implemented Interfaces:
Serializable
,SdkPojo
,StartConversationRequestEventStream
,ToCopyableBuilder<TextInputEvent.Builder,
TextInputEvent>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultTextInputEvent
extends TextInputEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.TextInputEvent
that represents the
StartConversationRequestEventStream$TextInputEvent
event. Do not use this class directly. Instead, use the
static builder methods on
StartConversationRequestEventStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.lexruntimev2.model.StartConversationRequestEventStream
StartConversationRequestEventStream.EventType
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.lexruntimev2.model.TextInputEvent
clientTimestampMillis, copy, equals, equalsBySdkFields, eventId, getValueForField, hashCode, sdkFields, serializableBuilderClass, text, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<TextInputEvent.Builder,
TextInputEvent> - Overrides:
toBuilder
in classTextInputEvent
- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:StartConversationRequestEventStream
The type of this event. Corresponds to the:event-type
header on the Message.
-