Uses of Class
software.amazon.awssdk.services.qconnect.model.PutFeedbackResponse
-
Packages that use PutFeedbackResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of PutFeedbackResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return PutFeedbackResponse Modifier and Type Method Description default PutFeedbackResponseQConnectClient. putFeedback(Consumer<PutFeedbackRequest.Builder> putFeedbackRequest)Provides feedback against the specified assistant for the specified target.default PutFeedbackResponseQConnectClient. putFeedback(PutFeedbackRequest putFeedbackRequest)Provides feedback against the specified assistant for the specified target.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type PutFeedbackResponse Modifier and Type Method Description default CompletableFuture<PutFeedbackResponse>QConnectAsyncClient. putFeedback(Consumer<PutFeedbackRequest.Builder> putFeedbackRequest)Provides feedback against the specified assistant for the specified target.default CompletableFuture<PutFeedbackResponse>QConnectAsyncClient. putFeedback(PutFeedbackRequest putFeedbackRequest)Provides feedback against the specified assistant for the specified target.
-