Uses of Class
software.amazon.awssdk.services.qconnect.model.NotifyRecommendationsReceivedRequest
-
Packages that use NotifyRecommendationsReceivedRequest Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.transform -
-
Uses of NotifyRecommendationsReceivedRequest in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect with parameters of type NotifyRecommendationsReceivedRequest Modifier and Type Method Description default CompletableFuture<NotifyRecommendationsReceivedResponse>QConnectAsyncClient. notifyRecommendationsReceived(NotifyRecommendationsReceivedRequest notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.default NotifyRecommendationsReceivedResponseQConnectClient. notifyRecommendationsReceived(NotifyRecommendationsReceivedRequest notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations. -
Uses of NotifyRecommendationsReceivedRequest in software.amazon.awssdk.services.qconnect.transform
Methods in software.amazon.awssdk.services.qconnect.transform with parameters of type NotifyRecommendationsReceivedRequest Modifier and Type Method Description SdkHttpFullRequestNotifyRecommendationsReceivedRequestMarshaller. marshall(NotifyRecommendationsReceivedRequest notifyRecommendationsReceivedRequest)
-