Uses of Class
software.amazon.awssdk.services.wisdom.model.QueryAssistantResponse
-
Packages that use QueryAssistantResponse 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.paginators -
-
Uses of QueryAssistantResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return QueryAssistantResponse Modifier and Type Method Description default QueryAssistantResponseWisdomClient. queryAssistant(Consumer<QueryAssistantRequest.Builder> queryAssistantRequest)Performs a manual search against the specified assistant.default QueryAssistantResponseWisdomClient. queryAssistant(QueryAssistantRequest queryAssistantRequest)Performs a manual search against the specified assistant.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type QueryAssistantResponse Modifier and Type Method Description default CompletableFuture<QueryAssistantResponse>WisdomAsyncClient. queryAssistant(Consumer<QueryAssistantRequest.Builder> queryAssistantRequest)Performs a manual search against the specified assistant.default CompletableFuture<QueryAssistantResponse>WisdomAsyncClient. queryAssistant(QueryAssistantRequest queryAssistantRequest)Performs a manual search against the specified assistant. -
Uses of QueryAssistantResponse in software.amazon.awssdk.services.wisdom.paginators
Methods in software.amazon.awssdk.services.wisdom.paginators that return types with arguments of type QueryAssistantResponse Modifier and Type Method Description Iterator<QueryAssistantResponse>QueryAssistantIterable. iterator()Method parameters in software.amazon.awssdk.services.wisdom.paginators with type arguments of type QueryAssistantResponse Modifier and Type Method Description voidQueryAssistantPublisher. subscribe(org.reactivestreams.Subscriber<? super QueryAssistantResponse> subscriber)
-