Uses of Interface
software.amazon.awssdk.services.wisdom.WisdomAsyncClient
-
Packages that use WisdomAsyncClient 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 WisdomAsyncClient in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return WisdomAsyncClient Modifier and Type Method Description static WisdomAsyncClientWisdomAsyncClient. create()Create aWisdomAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of WisdomAsyncClient in software.amazon.awssdk.services.wisdom.paginators
Constructors in software.amazon.awssdk.services.wisdom.paginators with parameters of type WisdomAsyncClient Constructor Description ListAssistantAssociationsPublisher(WisdomAsyncClient client, ListAssistantAssociationsRequest firstRequest)ListAssistantsPublisher(WisdomAsyncClient client, ListAssistantsRequest firstRequest)ListContentsPublisher(WisdomAsyncClient client, ListContentsRequest firstRequest)ListKnowledgeBasesPublisher(WisdomAsyncClient client, ListKnowledgeBasesRequest firstRequest)QueryAssistantPublisher(WisdomAsyncClient client, QueryAssistantRequest firstRequest)SearchContentPublisher(WisdomAsyncClient client, SearchContentRequest firstRequest)SearchSessionsPublisher(WisdomAsyncClient client, SearchSessionsRequest firstRequest)
-