Uses of Class
software.amazon.awssdk.services.wisdom.model.QueryAssistantRequest
-
Packages that use QueryAssistantRequest 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 software.amazon.awssdk.services.wisdom.transform -
-
Uses of QueryAssistantRequest in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom with parameters of type QueryAssistantRequest Modifier and Type Method Description default CompletableFuture<QueryAssistantResponse>WisdomAsyncClient. queryAssistant(QueryAssistantRequest 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.default QueryAssistantPublisherWisdomAsyncClient. queryAssistantPaginator(QueryAssistantRequest queryAssistantRequest)Deprecated.QueryAssistant API will be discontinued starting June 1, 2024.default QueryAssistantIterableWisdomClient. queryAssistantPaginator(QueryAssistantRequest queryAssistantRequest)Deprecated.QueryAssistant API will be discontinued starting June 1, 2024. -
Uses of QueryAssistantRequest in software.amazon.awssdk.services.wisdom.paginators
Constructors in software.amazon.awssdk.services.wisdom.paginators with parameters of type QueryAssistantRequest Constructor Description QueryAssistantIterable(WisdomClient client, QueryAssistantRequest firstRequest)QueryAssistantPublisher(WisdomAsyncClient client, QueryAssistantRequest firstRequest) -
Uses of QueryAssistantRequest in software.amazon.awssdk.services.wisdom.transform
Methods in software.amazon.awssdk.services.wisdom.transform with parameters of type QueryAssistantRequest Modifier and Type Method Description SdkHttpFullRequestQueryAssistantRequestMarshaller. marshall(QueryAssistantRequest queryAssistantRequest)
-