default ChatSyncRequest.Builder |
ChatSyncRequest.Builder.actionExecution(Consumer<ActionExecution.Builder> actionExecution) |
A request from an end user to perform an Amazon Q plugin action.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.actionExecution(ActionExecution actionExecution) |
A request from an end user to perform an Amazon Q plugin action.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.applicationId(String applicationId) |
The identifier of the Amazon Q application linked to the Amazon Q conversation.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.attachments(Collection<AttachmentInput> attachments) |
A list of files uploaded directly during chat.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.attachments(Consumer<AttachmentInput.Builder>... attachments) |
A list of files uploaded directly during chat.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.attachments(AttachmentInput... attachments) |
A list of files uploaded directly during chat.
|
default ChatSyncRequest.Builder |
ChatSyncRequest.Builder.attributeFilter(Consumer<AttributeFilter.Builder> attributeFilter) |
Enables filtering of Amazon Q web experience responses based on document attributes or metadata fields.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.attributeFilter(AttributeFilter attributeFilter) |
Enables filtering of Amazon Q web experience responses based on document attributes or metadata fields.
|
static ChatSyncRequest.Builder |
ChatSyncRequest.builder() |
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.clientToken(String clientToken) |
A token that you provide to identify a chat request.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.conversationId(String conversationId) |
The identifier of the Amazon Q conversation.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.parentMessageId(String parentMessageId) |
The identifier of the previous end user text input message in a conversation.
|
ChatSyncRequest.Builder |
ChatSyncRequest.toBuilder() |
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.userGroups(String... userGroups) |
The groups that a user associated with the chat input belongs to.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.userGroups(Collection<String> userGroups) |
The groups that a user associated with the chat input belongs to.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.userId(String userId) |
The identifier of the user attached to the chat input.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.userMessage(String userMessage) |
A end user message in a conversation.
|