Uses of Interface
software.amazon.awssdk.services.qbusiness.model.ChatResponseHandler.Visitor
-
Packages that use ChatResponseHandler.Visitor Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.model.chatoutputstream -
-
Uses of ChatResponseHandler.Visitor in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ChatResponseHandler.Visitor Modifier and Type Method Description ChatResponseHandler.VisitorChatResponseHandler.Visitor.Builder. build()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type ChatResponseHandler.Visitor Modifier and Type Method Description voidActionReviewEvent. accept(ChatResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofActionReviewEvent.voidAuthChallengeRequestEvent. accept(ChatResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofAuthChallengeRequestEvent.voidChatOutputStream. accept(ChatResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofChatOutputStream.voidFailedAttachmentEvent. accept(ChatResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofFailedAttachmentEvent.voidMetadataEvent. accept(ChatResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofMetadataEvent.voidTextOutputEvent. accept(ChatResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofTextOutputEvent.ChatResponseHandler.BuilderChatResponseHandler.Builder. subscriber(ChatResponseHandler.Visitor visitor)Sets the subscriber to thePublisherof events. -
Uses of ChatResponseHandler.Visitor in software.amazon.awssdk.services.qbusiness.model.chatoutputstream
Methods in software.amazon.awssdk.services.qbusiness.model.chatoutputstream with parameters of type ChatResponseHandler.Visitor Modifier and Type Method Description voidDefaultActionReviewEvent. accept(ChatResponseHandler.Visitor visitor)voidDefaultAuthChallengeRequestEvent. accept(ChatResponseHandler.Visitor visitor)voidDefaultFailedAttachmentEvent. accept(ChatResponseHandler.Visitor visitor)voidDefaultMetadataEvent. accept(ChatResponseHandler.Visitor visitor)voidDefaultTextEvent. accept(ChatResponseHandler.Visitor visitor)
-