ChatRequest.Builder |
ChatRequest.Builder.applicationId(String applicationId) |
The identifier of the Amazon Q Business application linked to a streaming Amazon Q Business conversation.
|
static ChatRequest.Builder |
ChatRequest.builder() |
|
ChatRequest.Builder |
ChatRequest.Builder.clientToken(String clientToken) |
A token that you provide to identify the chat input.
|
ChatRequest.Builder |
ChatRequest.Builder.conversationId(String conversationId) |
The identifier of the Amazon Q Business conversation.
|
ChatRequest.Builder |
ChatRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ChatRequest.Builder |
ChatRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ChatRequest.Builder |
ChatRequest.Builder.parentMessageId(String parentMessageId) |
The identifier used to associate a user message with a AI generated response.
|
ChatRequest.Builder |
ChatRequest.toBuilder() |
|
ChatRequest.Builder |
ChatRequest.Builder.userGroups(String... userGroups) |
The groups that a user associated with the chat input belongs to.
|
ChatRequest.Builder |
ChatRequest.Builder.userGroups(Collection<String> userGroups) |
The groups that a user associated with the chat input belongs to.
|
ChatRequest.Builder |
ChatRequest.Builder.userId(String userId) |
The identifier of the user attached to the chat input.
|