Uses of Class
software.amazon.awssdk.services.qbusiness.model.ActionReviewEvent
-
Packages that use ActionReviewEvent Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.model.chatoutputstream -
-
Uses of ActionReviewEvent in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ActionReviewEvent Modifier and Type Method Description ActionReviewEventActionReviewEvent.BuilderImpl. build()ActionReviewEventActionReviewEvent. copy(Consumer<? super ActionReviewEvent.Builder> modifier)Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type ActionReviewEvent Modifier and Type Method Description default voidChatResponseHandler.Visitor. visitActionReviewEvent(ActionReviewEvent event)Invoked when aActionReviewEventis encountered.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type ActionReviewEvent Modifier and Type Method Description ChatResponseHandler.Visitor.BuilderChatResponseHandler.Visitor.Builder. onActionReviewEvent(Consumer<ActionReviewEvent> c)Callback to invoke when aActionReviewEventis visited.Constructors in software.amazon.awssdk.services.qbusiness.model with parameters of type ActionReviewEvent Constructor Description BuilderImpl(ActionReviewEvent model) -
Uses of ActionReviewEvent in software.amazon.awssdk.services.qbusiness.model.chatoutputstream
Subclasses of ActionReviewEvent in software.amazon.awssdk.services.qbusiness.model.chatoutputstream Modifier and Type Class Description classDefaultActionReviewEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.ActionReviewEventthat represents theChatOutputStream$actionReviewEventevent.
-