Uses of Interface
software.amazon.awssdk.services.qbusiness.model.ChatOutputStream
-
Packages that use ChatOutputStream Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.model.chatoutputstream -
-
Uses of ChatOutputStream in software.amazon.awssdk.services.qbusiness.model
Classes in software.amazon.awssdk.services.qbusiness.model that implement ChatOutputStream Modifier and Type Class Description classActionReviewEventAn output event that Amazon Q Business returns to an user who wants to perform a plugin action during a streaming chat conversation.classAuthChallengeRequestEventAn authentication verification event activated by an end user request to use a custom plugin.classFailedAttachmentEventA failed file upload during web experience chat.classMetadataEventA metadata event for a AI-generated text output message in a Amazon Q Business conversation, containing associated metadata generated.classTextOutputEventAn output event for an AI-generated response in an Amazon Q Business web experience.Fields in software.amazon.awssdk.services.qbusiness.model declared as ChatOutputStream Modifier and Type Field Description static ChatOutputStreamChatOutputStream. UNKNOWNSpecial type ofChatOutputStreamfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.qbusiness.model with parameters of type ChatOutputStream Modifier and Type Method Description default voidChatResponseHandler.Visitor. visitDefault(ChatOutputStream event)A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type ChatOutputStream Modifier and Type Method Description ChatResponseHandler.Visitor.BuilderChatResponseHandler.Visitor.Builder. onDefault(Consumer<ChatOutputStream> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of ChatOutputStream in software.amazon.awssdk.services.qbusiness.model.chatoutputstream
Classes in software.amazon.awssdk.services.qbusiness.model.chatoutputstream that implement ChatOutputStream Modifier and Type Class Description classDefaultActionReviewEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.ActionReviewEventthat represents theChatOutputStream$actionReviewEventevent.classDefaultAuthChallengeRequestEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.AuthChallengeRequestEventthat represents theChatOutputStream$authChallengeRequestEventevent.classDefaultFailedAttachmentEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.FailedAttachmentEventthat represents theChatOutputStream$failedAttachmentEventevent.classDefaultMetadataEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.MetadataEventthat represents theChatOutputStream$metadataEventevent.classDefaultTextEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.TextOutputEventthat represents theChatOutputStream$textEventevent.
-