Uses of Class
com.oracle.bmc.generativeaiagent.requests.CreateKnowledgeBaseRequest
-
Packages that use CreateKnowledgeBaseRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of CreateKnowledgeBaseRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type CreateKnowledgeBaseRequest Modifier and Type Method Description CreateKnowledgeBaseResponse
GenerativeAiAgent. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Creates a knowledge base.Future<CreateKnowledgeBaseResponse>
GenerativeAiAgentAsync. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
Creates a knowledge base.Future<CreateKnowledgeBaseResponse>
GenerativeAiAgentAsyncClient. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
CreateKnowledgeBaseResponse
GenerativeAiAgentClient. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type CreateKnowledgeBaseRequest Modifier and Type Method Description Future<CreateKnowledgeBaseResponse>
GenerativeAiAgentAsync. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
Creates a knowledge base.Future<CreateKnowledgeBaseResponse>
GenerativeAiAgentAsyncClient. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
-
Uses of CreateKnowledgeBaseRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return CreateKnowledgeBaseRequest Modifier and Type Method Description CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest.Builder. build()
Build the instance of CreateKnowledgeBaseRequest as configured by this builderCreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateKnowledgeBaseRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type CreateKnowledgeBaseRequest Modifier and Type Method Description CreateKnowledgeBaseRequest.Builder
CreateKnowledgeBaseRequest.Builder. copy(CreateKnowledgeBaseRequest o)
Copy method to populate the builder with values from the given instance.
-