Uses of Interface
software.amazon.awssdk.services.qbusiness.model.ChatInputStream
-
Packages that use ChatInputStream Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.model.chatinputstream -
-
Uses of ChatInputStream in software.amazon.awssdk.services.qbusiness
Method parameters in software.amazon.awssdk.services.qbusiness with type arguments of type ChatInputStream Modifier and Type Method Description default CompletableFuture<Void>QBusinessAsyncClient. chat(Consumer<ChatRequest.Builder> chatRequest, org.reactivestreams.Publisher<ChatInputStream> requestStream, ChatResponseHandler asyncResponseHandler)Starts or continues a streaming Amazon Q Business conversation.default CompletableFuture<Void>QBusinessAsyncClient. chat(ChatRequest chatRequest, org.reactivestreams.Publisher<ChatInputStream> requestStream, ChatResponseHandler asyncResponseHandler)Starts or continues a streaming Amazon Q Business conversation. -
Uses of ChatInputStream in software.amazon.awssdk.services.qbusiness.model
Classes in software.amazon.awssdk.services.qbusiness.model that implement ChatInputStream Modifier and Type Class Description classActionExecutionEventA request from an end user signalling an intent to perform an Amazon Q Business plugin action during a streaming chat.classAttachmentInputEventA file input event activated by a end user request to upload files into their web experience chat.classAuthChallengeResponseEventAn authentication verification event response by a third party authentication server to Amazon Q Business.classConfigurationEventA configuration event activated by an end user request to select a specific chat mode.classEndOfInputEventThe end of the streaming input for theChatAPI.classTextInputEventAn input event for a end user message in an Amazon Q Business web experience. -
Uses of ChatInputStream in software.amazon.awssdk.services.qbusiness.model.chatinputstream
Classes in software.amazon.awssdk.services.qbusiness.model.chatinputstream that implement ChatInputStream Modifier and Type Class Description classDefaultActionExecutionEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.ActionExecutionEventthat represents theChatInputStream$actionExecutionEventevent.classDefaultAttachmentEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.AttachmentInputEventthat represents theChatInputStream$attachmentEventevent.classDefaultAuthChallengeResponseEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.AuthChallengeResponseEventthat represents theChatInputStream$authChallengeResponseEventevent.classDefaultConfigurationEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.ConfigurationEventthat represents theChatInputStream$configurationEventevent.classDefaultEndOfInputEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.EndOfInputEventthat represents theChatInputStream$endOfInputEventevent.classDefaultTextEventA specialization ofsoftware.amazon.awssdk.services.qbusiness.model.TextInputEventthat represents theChatInputStream$textEventevent.
-