default ChatSyncResponse.Builder |
ChatSyncResponse.Builder.actionReview(Consumer<ActionReview.Builder> actionReview) |
A request from Amazon Q to the end user for information Amazon Q needs to successfully complete a requested
plugin action.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.actionReview(ActionReview actionReview) |
A request from Amazon Q to the end user for information Amazon Q needs to successfully complete a requested
plugin action.
|
static ChatSyncResponse.Builder |
ChatSyncResponse.builder() |
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.conversationId(String conversationId) |
The identifier of the Amazon Q conversation.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.failedAttachments(Collection<AttachmentOutput> failedAttachments) |
A list of files which failed to upload during chat.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.failedAttachments(Consumer<AttachmentOutput.Builder>... failedAttachments) |
A list of files which failed to upload during chat.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.failedAttachments(AttachmentOutput... failedAttachments) |
A list of files which failed to upload during chat.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.sourceAttributions(Collection<SourceAttribution> sourceAttributions) |
The source documents used to generate the conversation response.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.sourceAttributions(Consumer<SourceAttribution.Builder>... sourceAttributions) |
The source documents used to generate the conversation response.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.sourceAttributions(SourceAttribution... sourceAttributions) |
The source documents used to generate the conversation response.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.systemMessage(String systemMessage) |
An AI-generated message in a conversation.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.systemMessageId(String systemMessageId) |
The identifier of an Amazon Q AI generated message within the conversation.
|
ChatSyncResponse.Builder |
ChatSyncResponse.toBuilder() |
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.userMessageId(String userMessageId) |
The identifier of an Amazon Q end user text input message within the conversation.
|