Uses of Class
software.amazon.awssdk.services.qconnect.model.GetKnowledgeBaseResponse
-
Packages that use GetKnowledgeBaseResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of GetKnowledgeBaseResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return GetKnowledgeBaseResponse Modifier and Type Method Description default GetKnowledgeBaseResponseQConnectClient. getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest)Retrieves information about the knowledge base.default GetKnowledgeBaseResponseQConnectClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Retrieves information about the knowledge base.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type GetKnowledgeBaseResponse Modifier and Type Method Description default CompletableFuture<GetKnowledgeBaseResponse>QConnectAsyncClient. getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest)Retrieves information about the knowledge base.default CompletableFuture<GetKnowledgeBaseResponse>QConnectAsyncClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Retrieves information about the knowledge base.
-