| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness |
This is the Amazon Q Business API Reference.
|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ChatSyncResult |
AWSQBusinessClient.chatSync(ChatSyncRequest request)
Starts or continues a non-streaming Amazon Q Business conversation.
|
ChatSyncResult |
AWSQBusiness.chatSync(ChatSyncRequest chatSyncRequest)
Starts or continues a non-streaming Amazon Q Business conversation.
|
ChatSyncResult |
AbstractAWSQBusiness.chatSync(ChatSyncRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ChatSyncResult> |
AWSQBusinessAsyncClient.chatSyncAsync(ChatSyncRequest request) |
Future<ChatSyncResult> |
AWSQBusinessAsync.chatSyncAsync(ChatSyncRequest chatSyncRequest)
Starts or continues a non-streaming Amazon Q Business conversation.
|
Future<ChatSyncResult> |
AbstractAWSQBusinessAsync.chatSyncAsync(ChatSyncRequest request) |
Future<ChatSyncResult> |
AWSQBusinessAsyncClient.chatSyncAsync(ChatSyncRequest request,
AsyncHandler<ChatSyncRequest,ChatSyncResult> asyncHandler) |
Future<ChatSyncResult> |
AWSQBusinessAsync.chatSyncAsync(ChatSyncRequest chatSyncRequest,
AsyncHandler<ChatSyncRequest,ChatSyncResult> asyncHandler)
Starts or continues a non-streaming Amazon Q Business conversation.
|
Future<ChatSyncResult> |
AbstractAWSQBusinessAsync.chatSyncAsync(ChatSyncRequest request,
AsyncHandler<ChatSyncRequest,ChatSyncResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ChatSyncResult> |
AWSQBusinessAsyncClient.chatSyncAsync(ChatSyncRequest request,
AsyncHandler<ChatSyncRequest,ChatSyncResult> asyncHandler) |
Future<ChatSyncResult> |
AWSQBusinessAsync.chatSyncAsync(ChatSyncRequest chatSyncRequest,
AsyncHandler<ChatSyncRequest,ChatSyncResult> asyncHandler)
Starts or continues a non-streaming Amazon Q Business conversation.
|
Future<ChatSyncResult> |
AbstractAWSQBusinessAsync.chatSyncAsync(ChatSyncRequest request,
AsyncHandler<ChatSyncRequest,ChatSyncResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ChatSyncResult |
ChatSyncResult.clone() |
ChatSyncResult |
ChatSyncResult.withActionReview(ActionReview actionReview)
A request from Amazon Q Business to the end user for information Amazon Q Business needs to successfully complete
a requested plugin action.
|
ChatSyncResult |
ChatSyncResult.withAuthChallengeRequest(AuthChallengeRequest authChallengeRequest)
An authentication verification event activated by an end user request to use a custom plugin.
|
ChatSyncResult |
ChatSyncResult.withConversationId(String conversationId)
The identifier of the Amazon Q Business conversation.
|
ChatSyncResult |
ChatSyncResult.withFailedAttachments(AttachmentOutput... failedAttachments)
A list of files which failed to upload during chat.
|
ChatSyncResult |
ChatSyncResult.withFailedAttachments(Collection<AttachmentOutput> failedAttachments)
A list of files which failed to upload during chat.
|
ChatSyncResult |
ChatSyncResult.withSourceAttributions(Collection<SourceAttribution> sourceAttributions)
The source documents used to generate the conversation response.
|
ChatSyncResult |
ChatSyncResult.withSourceAttributions(SourceAttribution... sourceAttributions)
The source documents used to generate the conversation response.
|
ChatSyncResult |
ChatSyncResult.withSystemMessage(String systemMessage)
An AI-generated message in a conversation.
|
ChatSyncResult |
ChatSyncResult.withSystemMessageId(String systemMessageId)
The identifier of an Amazon Q Business AI generated message within the conversation.
|
ChatSyncResult |
ChatSyncResult.withUserMessageId(String userMessageId)
The identifier of an Amazon Q Business end user text input message within the conversation.
|
Copyright © 2025. All rights reserved.