Uses of Interface
software.amazon.awssdk.services.wisdom.WisdomClient
-
Packages that use WisdomClient 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 WisdomClient in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return WisdomClient Modifier and Type Method Description static WisdomClientWisdomClient. create()Create aWisdomClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of WisdomClient in software.amazon.awssdk.services.wisdom.paginators
Constructors in software.amazon.awssdk.services.wisdom.paginators with parameters of type WisdomClient Constructor Description ListAssistantAssociationsIterable(WisdomClient client, ListAssistantAssociationsRequest firstRequest)ListAssistantsIterable(WisdomClient client, ListAssistantsRequest firstRequest)ListContentsIterable(WisdomClient client, ListContentsRequest firstRequest)ListImportJobsIterable(WisdomClient client, ListImportJobsRequest firstRequest)ListKnowledgeBasesIterable(WisdomClient client, ListKnowledgeBasesRequest firstRequest)ListQuickResponsesIterable(WisdomClient client, ListQuickResponsesRequest firstRequest)QueryAssistantIterable(WisdomClient client, QueryAssistantRequest firstRequest)SearchContentIterable(WisdomClient client, SearchContentRequest firstRequest)SearchQuickResponsesIterable(WisdomClient client, SearchQuickResponsesRequest firstRequest)SearchSessionsIterable(WisdomClient client, SearchSessionsRequest firstRequest)
-