Uses of Class
com.oracle.bmc.generativeaiagent.responses.CreateKnowledgeBaseResponse
-
Packages that use CreateKnowledgeBaseResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of CreateKnowledgeBaseResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return CreateKnowledgeBaseResponse Modifier and Type Method Description CreateKnowledgeBaseResponse
GenerativeAiAgent. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Creates a knowledge base.CreateKnowledgeBaseResponse
GenerativeAiAgentClient. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type CreateKnowledgeBaseResponse 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)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type CreateKnowledgeBaseResponse 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 CreateKnowledgeBaseResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return CreateKnowledgeBaseResponse Modifier and Type Method Description CreateKnowledgeBaseResponse
CreateKnowledgeBaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type CreateKnowledgeBaseResponse Modifier and Type Method Description CreateKnowledgeBaseResponse.Builder
CreateKnowledgeBaseResponse.Builder. copy(CreateKnowledgeBaseResponse o)
Copy method to populate the builder with values from the given instance.
-