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)Deprecated.QueryAssistant API will be discontinued starting June 1, 2024.default QueryAssistantResponseWisdomClient. queryAssistant(QueryAssistantRequest queryAssistantRequest)Deprecated.QueryAssistant API will be discontinued starting June 1, 2024.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)Deprecated.QueryAssistant API will be discontinued starting June 1, 2024.default CompletableFuture<QueryAssistantResponse>WisdomAsyncClient. queryAssistant(QueryAssistantRequest queryAssistantRequest)Deprecated.QueryAssistant API will be discontinued starting June 1, 2024. -
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)
-