| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness |
|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ChatSyncResult |
AWSQBusinessClient.chatSync(ChatSyncRequest request)
Starts or continues a non-streaming Amazon Q conversation.
|
ChatSyncResult |
AbstractAWSQBusiness.chatSync(ChatSyncRequest request) |
ChatSyncResult |
AWSQBusiness.chatSync(ChatSyncRequest chatSyncRequest)
Starts or continues a non-streaming Amazon Q conversation.
|
Future<ChatSyncResult> |
AWSQBusinessAsyncClient.chatSyncAsync(ChatSyncRequest request) |
Future<ChatSyncResult> |
AWSQBusinessAsync.chatSyncAsync(ChatSyncRequest chatSyncRequest)
Starts or continues a non-streaming Amazon Q 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 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 conversation.
|
Future<ChatSyncResult> |
AbstractAWSQBusinessAsync.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 application linked to the Amazon Q 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 web experience responses based on document attributes or metadata fields.
|
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 conversation.
|
ChatSyncRequest |
ChatSyncRequest.withParentMessageId(String parentMessageId)
The identifier of the previous end user text input 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 © 2024. All rights reserved.