Uses of Class
software.amazon.awssdk.services.wisdom.model.GetKnowledgeBaseResponse
-
Packages that use GetKnowledgeBaseResponse 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. -
-
Uses of GetKnowledgeBaseResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return GetKnowledgeBaseResponse Modifier and Type Method Description default GetKnowledgeBaseResponseWisdomClient. getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest)Retrieves information about the knowledge base.default GetKnowledgeBaseResponseWisdomClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Retrieves information about the knowledge base.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type GetKnowledgeBaseResponse Modifier and Type Method Description default CompletableFuture<GetKnowledgeBaseResponse>WisdomAsyncClient. getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest)Retrieves information about the knowledge base.default CompletableFuture<GetKnowledgeBaseResponse>WisdomAsyncClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Retrieves information about the knowledge base.
-