Uses of Interface
software.amazon.awssdk.services.wisdom.model.GetRecommendationsRequest.Builder
-
Packages that use GetRecommendationsRequest.Builder Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers.software.amazon.awssdk.services.wisdom.model -
-
Uses of GetRecommendationsRequest.Builder in software.amazon.awssdk.services.wisdom
Method parameters in software.amazon.awssdk.services.wisdom with type arguments of type GetRecommendationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetRecommendationsResponse>WisdomAsyncClient. getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)Retrieves recommendations for the specified session.default GetRecommendationsResponseWisdomClient. getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)Retrieves recommendations for the specified session. -
Uses of GetRecommendationsRequest.Builder in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return GetRecommendationsRequest.Builder Modifier and Type Method Description GetRecommendationsRequest.BuilderGetRecommendationsRequest.Builder. assistantId(String assistantId)The identifier of the Wisdom assistant.static GetRecommendationsRequest.BuilderGetRecommendationsRequest. builder()GetRecommendationsRequest.BuilderGetRecommendationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.GetRecommendationsRequest.BuilderGetRecommendationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRecommendationsRequest.BuilderGetRecommendationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRecommendationsRequest.BuilderGetRecommendationsRequest.Builder. sessionId(String sessionId)The identifier of the session.GetRecommendationsRequest.BuilderGetRecommendationsRequest. toBuilder()GetRecommendationsRequest.BuilderGetRecommendationsRequest.Builder. waitTimeSeconds(Integer waitTimeSeconds)The duration (in seconds) for which the call waits for a recommendation to be made available before returning.Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type GetRecommendationsRequest.Builder Modifier and Type Method Description static Class<? extends GetRecommendationsRequest.Builder>GetRecommendationsRequest. serializableBuilderClass()
-