Class DefaultActionReviewEvent
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.ActionReviewEvent
-
- software.amazon.awssdk.services.qbusiness.model.chatoutputstream.DefaultActionReviewEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ChatOutputStream,ToCopyableBuilder<ActionReviewEvent.Builder,ActionReviewEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultActionReviewEvent extends ActionReviewEvent
A specialization ofsoftware.amazon.awssdk.services.qbusiness.model.ActionReviewEventthat represents theChatOutputStream$actionReviewEventevent. Do not use this class directly. Instead, use the static builder methods onChatOutputStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultActionReviewEvent.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatOutputStream
ChatOutputStream.EventType
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatOutputStream
UNKNOWN
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ChatResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofActionReviewEvent.static DefaultActionReviewEvent.Builderbuilder()ChatOutputStream.EventTypesdkEventType()The type of this event.DefaultActionReviewEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.qbusiness.model.ActionReviewEvent
conversationId, copy, equals, equalsBySdkFields, getValueForField, hashCode, hasPayload, payload, payloadFieldNameSeparator, pluginId, pluginType, pluginTypeAsString, sdkFields, serializableBuilderClass, systemMessageId, toString, userMessageId
-
-
-
-
Method Detail
-
toBuilder
public DefaultActionReviewEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionReviewEvent.Builder,ActionReviewEvent>- Overrides:
toBuilderin classActionReviewEvent
-
builder
public static DefaultActionReviewEvent.Builder builder()
-
accept
public void accept(ChatResponseHandler.Visitor visitor)
Description copied from class:ActionReviewEventCalls the appropriate visit method depending on the subtype ofActionReviewEvent.- Specified by:
acceptin interfaceChatOutputStream- Overrides:
acceptin classActionReviewEvent- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
public ChatOutputStream.EventType sdkEventType()
Description copied from interface:ChatOutputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-