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