PutFeedbackResponse.Builder |
PutFeedbackResponse.Builder.assistantArn(String assistantArn) |
The Amazon Resource Name (ARN) of the Amazon Q assistant.
|
PutFeedbackResponse.Builder |
PutFeedbackResponse.Builder.assistantId(String assistantId) |
The identifier of the Amazon Q assistant.
|
static PutFeedbackResponse.Builder |
PutFeedbackResponse.builder() |
|
default PutFeedbackResponse.Builder |
PutFeedbackResponse.Builder.contentFeedback(Consumer<ContentFeedbackData.Builder> contentFeedback) |
Information about the feedback provided.
|
PutFeedbackResponse.Builder |
PutFeedbackResponse.Builder.contentFeedback(ContentFeedbackData contentFeedback) |
Information about the feedback provided.
|
PutFeedbackResponse.Builder |
PutFeedbackResponse.Builder.targetId(String targetId) |
The identifier of the feedback target.
|
PutFeedbackResponse.Builder |
PutFeedbackResponse.Builder.targetType(String targetType) |
The type of the feedback target.
|
PutFeedbackResponse.Builder |
PutFeedbackResponse.Builder.targetType(TargetType targetType) |
The type of the feedback target.
|
PutFeedbackResponse.Builder |
PutFeedbackResponse.toBuilder() |
|