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 of
software.amazon.awssdk.services.qbusiness.model.ActionReviewEvent
that represents the
ChatOutputStream$actionReviewEvent
event. Do not use this class directly. Instead, use the static builder
methods on ChatOutputStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested 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
Modifier and TypeMethodDescriptionvoid
accept
(ChatResponseHandler.Visitor visitor) Calls the appropriate visit method depending on the subtype ofActionReviewEvent
.builder()
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.qbusiness.model.ActionReviewEvent
conversationId, copy, equals, equalsBySdkFields, getValueForField, hashCode, hasPayload, payload, payloadFieldNameSeparator, pluginId, pluginType, pluginTypeAsString, sdkFieldNameToField, sdkFields, serializableBuilderClass, systemMessageId, toString, userMessageId
-
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<ActionReviewEvent.Builder,
ActionReviewEvent> - Overrides:
toBuilder
in classActionReviewEvent
- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:ActionReviewEvent
Calls the appropriate visit method depending on the subtype ofActionReviewEvent
.- Specified by:
accept
in interfaceChatOutputStream
- Overrides:
accept
in classActionReviewEvent
- Parameters:
visitor
- Visitor to invoke.
-
sdkEventType
Description copied from interface:ChatOutputStream
The type of this event. Corresponds to the:event-type
header on the Message.
-