Uses of Interface
software.amazon.awssdk.services.qbusiness.model.PutFeedbackRequest.Builder
-
Packages that use PutFeedbackRequest.Builder Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.model -
-
Uses of PutFeedbackRequest.Builder in software.amazon.awssdk.services.qbusiness
Method parameters in software.amazon.awssdk.services.qbusiness with type arguments of type PutFeedbackRequest.Builder Modifier and Type Method Description default CompletableFuture<PutFeedbackResponse>QBusinessAsyncClient. putFeedback(Consumer<PutFeedbackRequest.Builder> putFeedbackRequest)Enables your end user to provide feedback on their Amazon Q Business generated chat responses.default PutFeedbackResponseQBusinessClient. putFeedback(Consumer<PutFeedbackRequest.Builder> putFeedbackRequest)Enables your end user to provide feedback on their Amazon Q Business generated chat responses. -
Uses of PutFeedbackRequest.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return PutFeedbackRequest.Builder Modifier and Type Method Description PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. applicationId(String applicationId)The identifier of the application associated with the feedback.static PutFeedbackRequest.BuilderPutFeedbackRequest. builder()PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. conversationId(String conversationId)The identifier of the conversation the feedback is attached to.PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. messageCopiedAt(Instant messageCopiedAt)The timestamp for when the feedback was recorded.PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. messageId(String messageId)The identifier of the chat message that the feedback was given for.default PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. messageUsefulness(Consumer<MessageUsefulnessFeedback.Builder> messageUsefulness)The feedback usefulness value given by the user to the chat message.PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. messageUsefulness(MessageUsefulnessFeedback messageUsefulness)The feedback usefulness value given by the user to the chat message.PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutFeedbackRequest.BuilderPutFeedbackRequest. toBuilder()PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. userId(String userId)The identifier of the user giving the feedback.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type PutFeedbackRequest.Builder Modifier and Type Method Description static Class<? extends PutFeedbackRequest.Builder>PutFeedbackRequest. serializableBuilderClass()
-