default ChatSyncRequest.Builder |
ChatSyncRequest.Builder.actionExecution(Consumer<ActionExecution.Builder> actionExecution) |
A request from an end user to perform an Amazon Q Business plugin action.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.actionExecution(ActionExecution actionExecution) |
A request from an end user to perform an Amazon Q Business plugin action.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.applicationId(String applicationId) |
The identifier of the Amazon Q Business application linked to the Amazon Q Business 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 Business web experience responses based on document attributes or metadata
fields.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.attributeFilter(AttributeFilter attributeFilter) |
Enables filtering of Amazon Q Business web experience responses based on document attributes or metadata
fields.
|
default ChatSyncRequest.Builder |
ChatSyncRequest.Builder.authChallengeResponse(Consumer<AuthChallengeResponse.Builder> authChallengeResponse) |
An authentication verification event response by a third party authentication server to Amazon Q Business.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.authChallengeResponse(AuthChallengeResponse authChallengeResponse) |
An authentication verification event response by a third party authentication server to Amazon Q Business.
|
static ChatSyncRequest.Builder |
ChatSyncRequest.builder() |
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.chatMode(String chatMode) |
The chat modes available to an Amazon Q Business end user.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.chatMode(ChatMode chatMode) |
The chat modes available to an Amazon Q Business end user.
|
default ChatSyncRequest.Builder |
ChatSyncRequest.Builder.chatModeConfiguration(Consumer<ChatModeConfiguration.Builder> chatModeConfiguration) |
The chat mode configuration for an Amazon Q Business application.
|
ChatSyncRequest.Builder |
ChatSyncRequest.Builder.chatModeConfiguration(ChatModeConfiguration chatModeConfiguration) |
The chat mode configuration for an Amazon Q Business application.
|
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 Business 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 system 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.
|