| 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 |
AbstractAWSQBusiness.chatSync(ChatSyncRequest request) |
ChatSyncResult |
AWSQBusiness.chatSync(ChatSyncRequest chatSyncRequest)
Starts or continues a non-streaming Amazon Q Business conversation.
|
ChatSyncResult |
AWSQBusinessClient.chatSync(ChatSyncRequest request)
Starts or continues a non-streaming Amazon Q Business conversation.
|
Future<ChatSyncResult> |
AbstractAWSQBusinessAsync.chatSyncAsync(ChatSyncRequest request) |
Future<ChatSyncResult> |
AWSQBusinessAsync.chatSyncAsync(ChatSyncRequest chatSyncRequest)
Starts or continues a non-streaming Amazon Q Business conversation.
|
Future<ChatSyncResult> |
AWSQBusinessAsyncClient.chatSyncAsync(ChatSyncRequest request) |
Future<ChatSyncResult> |
AbstractAWSQBusinessAsync.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> |
AWSQBusinessAsyncClient.chatSyncAsync(ChatSyncRequest request,
AsyncHandler<ChatSyncRequest,ChatSyncResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ChatSyncResult> |
AbstractAWSQBusinessAsync.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> |
AWSQBusinessAsyncClient.chatSyncAsync(ChatSyncRequest request,
AsyncHandler<ChatSyncRequest,ChatSyncResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ChatSyncRequest |
ChatSyncRequest.clone() |
ChatSyncRequest |
ChatSyncRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application linked to the Amazon Q Business conversation.
|
ChatSyncRequest |
ChatSyncRequest.withAttachments(AttachmentInput... attachments)
A list of files uploaded directly during chat.
|
ChatSyncRequest |
ChatSyncRequest.withAttachments(Collection<AttachmentInput> attachments)
A list of files uploaded directly during chat.
|
ChatSyncRequest |
ChatSyncRequest.withAttributeFilter(AttributeFilter attributeFilter)
Enables filtering of Amazon Q Business web experience responses based on document attributes or metadata fields.
|
ChatSyncRequest |
ChatSyncRequest.withAuthChallengeResponse(AuthChallengeResponse authChallengeResponse)
An authentication verification event response by a third party authentication server to Amazon Q Business.
|
ChatSyncRequest |
ChatSyncRequest.withChatMode(ChatMode chatMode)
The chat modes available to an Amazon Q Business end user.
|
ChatSyncRequest |
ChatSyncRequest.withChatMode(String chatMode)
The chat modes available to an Amazon Q Business end user.
|
ChatSyncRequest |
ChatSyncRequest.withChatModeConfiguration(ChatModeConfiguration chatModeConfiguration)
The chat mode configuration for an Amazon Q Business application.
|
ChatSyncRequest |
ChatSyncRequest.withClientToken(String clientToken)
A token that you provide to identify a chat request.
|
ChatSyncRequest |
ChatSyncRequest.withConversationId(String conversationId)
The identifier of the Amazon Q Business conversation.
|
ChatSyncRequest |
ChatSyncRequest.withParentMessageId(String parentMessageId)
The identifier of the previous system message in a conversation.
|
ChatSyncRequest |
ChatSyncRequest.withUserGroups(Collection<String> userGroups)
The groups that a user associated with the chat input belongs to.
|
ChatSyncRequest |
ChatSyncRequest.withUserGroups(String... userGroups)
The groups that a user associated with the chat input belongs to.
|
ChatSyncRequest |
ChatSyncRequest.withUserId(String userId)
The identifier of the user attached to the chat input.
|
ChatSyncRequest |
ChatSyncRequest.withUserMessage(String userMessage)
A end user message in a conversation.
|
Copyright © 2025. All rights reserved.