Uses of Interface
software.amazon.awssdk.services.qconnect.model.NotifyRecommendationsReceivedRequest.Builder
-
Packages that use NotifyRecommendationsReceivedRequest.Builder Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.model -
-
Uses of NotifyRecommendationsReceivedRequest.Builder in software.amazon.awssdk.services.qconnect
Method parameters in software.amazon.awssdk.services.qconnect with type arguments of type NotifyRecommendationsReceivedRequest.Builder Modifier and Type Method Description default CompletableFuture<NotifyRecommendationsReceivedResponse>QConnectAsyncClient. notifyRecommendationsReceived(Consumer<NotifyRecommendationsReceivedRequest.Builder> notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.default NotifyRecommendationsReceivedResponseQConnectClient. notifyRecommendationsReceived(Consumer<NotifyRecommendationsReceivedRequest.Builder> notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations. -
Uses of NotifyRecommendationsReceivedRequest.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return NotifyRecommendationsReceivedRequest.Builder Modifier and Type Method Description NotifyRecommendationsReceivedRequest.BuilderNotifyRecommendationsReceivedRequest.Builder. assistantId(String assistantId)The identifier of the Amazon Q assistant.static NotifyRecommendationsReceivedRequest.BuilderNotifyRecommendationsReceivedRequest. builder()NotifyRecommendationsReceivedRequest.BuilderNotifyRecommendationsReceivedRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)NotifyRecommendationsReceivedRequest.BuilderNotifyRecommendationsReceivedRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)NotifyRecommendationsReceivedRequest.BuilderNotifyRecommendationsReceivedRequest.Builder. recommendationIds(String... recommendationIds)The identifiers of the recommendations.NotifyRecommendationsReceivedRequest.BuilderNotifyRecommendationsReceivedRequest.Builder. recommendationIds(Collection<String> recommendationIds)The identifiers of the recommendations.NotifyRecommendationsReceivedRequest.BuilderNotifyRecommendationsReceivedRequest.Builder. sessionId(String sessionId)The identifier of the session.NotifyRecommendationsReceivedRequest.BuilderNotifyRecommendationsReceivedRequest. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type NotifyRecommendationsReceivedRequest.Builder Modifier and Type Method Description static Class<? extends NotifyRecommendationsReceivedRequest.Builder>NotifyRecommendationsReceivedRequest. serializableBuilderClass()
-