default ChatSyncResponse.Builder |
ChatSyncResponse.Builder.actionReview(Consumer<ActionReview.Builder> actionReview) |
A request from Amazon Q Business to the end user for information Amazon Q Business needs to successfully
complete a requested plugin action.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.actionReview(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.
|
default ChatSyncResponse.Builder |
ChatSyncResponse.Builder.authChallengeRequest(Consumer<AuthChallengeRequest.Builder> authChallengeRequest) |
An authentication verification event activated by an end user request to use a custom plugin.
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.authChallengeRequest(AuthChallengeRequest authChallengeRequest) |
An authentication verification event activated by an end user request to use a custom plugin.
|
static ChatSyncResponse.Builder |
ChatSyncResponse.builder() |
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.conversationId(String conversationId) |
The identifier of the Amazon Q Business 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 Business AI generated message within the conversation.
|
ChatSyncResponse.Builder |
ChatSyncResponse.toBuilder() |
|
ChatSyncResponse.Builder |
ChatSyncResponse.Builder.userMessageId(String userMessageId) |
The identifier of an Amazon Q Business end user text input message within the conversation.
|