Class DefaultTextEvent
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.TextInputEvent
-
- software.amazon.awssdk.services.qbusiness.model.chatinputstream.DefaultTextEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ChatInputStream,ToCopyableBuilder<TextInputEvent.Builder,TextInputEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultTextEvent extends TextInputEvent
A specialization ofsoftware.amazon.awssdk.services.qbusiness.model.TextInputEventthat represents theChatInputStream$textEventevent. Do not use this class directly. Instead, use the static builder methods onChatInputStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultTextEvent.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatInputStream
ChatInputStream.EventType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultTextEvent.Builderbuilder()ChatInputStream.EventTypesdkEventType()The type of this event.DefaultTextEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.qbusiness.model.TextInputEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFields, serializableBuilderClass, toString, userMessage
-
-
-
-
Method Detail
-
toBuilder
public DefaultTextEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TextInputEvent.Builder,TextInputEvent>- Overrides:
toBuilderin classTextInputEvent
-
builder
public static DefaultTextEvent.Builder builder()
-
sdkEventType
public ChatInputStream.EventType sdkEventType()
Description copied from interface:ChatInputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-