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