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)Performs a manual search against the specified assistant.default QueryAssistantResponseWisdomClient. queryAssistant(QueryAssistantRequest queryAssistantRequest)Performs a manual search against the specified assistant.default QueryAssistantPublisherWisdomAsyncClient. queryAssistantPaginator(QueryAssistantRequest queryAssistantRequest)Performs a manual search against the specified assistant.default QueryAssistantIterableWisdomClient. queryAssistantPaginator(QueryAssistantRequest queryAssistantRequest)Performs a manual search against the specified assistant. -
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)
-