Uses of Class
software.amazon.awssdk.services.wisdom.model.CreateKnowledgeBaseResponse
-
Packages that use CreateKnowledgeBaseResponse 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 CreateKnowledgeBaseResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return CreateKnowledgeBaseResponse Modifier and Type Method Description default CreateKnowledgeBaseResponseWisdomClient. createKnowledgeBase(Consumer<CreateKnowledgeBaseRequest.Builder> createKnowledgeBaseRequest)Creates a knowledge base.default CreateKnowledgeBaseResponseWisdomClient. createKnowledgeBase(CreateKnowledgeBaseRequest createKnowledgeBaseRequest)Creates a knowledge base.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type CreateKnowledgeBaseResponse Modifier and Type Method Description default CompletableFuture<CreateKnowledgeBaseResponse>WisdomAsyncClient. createKnowledgeBase(Consumer<CreateKnowledgeBaseRequest.Builder> createKnowledgeBaseRequest)Creates a knowledge base.default CompletableFuture<CreateKnowledgeBaseResponse>WisdomAsyncClient. createKnowledgeBase(CreateKnowledgeBaseRequest createKnowledgeBaseRequest)Creates a knowledge base.
-