Uses of Class
com.oracle.bmc.generativeaiagent.requests.UpdateKnowledgeBaseRequest
- 
Packages that use UpdateKnowledgeBaseRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests 
- 
- 
Uses of UpdateKnowledgeBaseRequest in com.oracle.bmc.generativeaiagentMethods in com.oracle.bmc.generativeaiagent with parameters of type UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseResponseGenerativeAiAgent. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)Updates a knowledge base.Future<UpdateKnowledgeBaseResponse>GenerativeAiAgentAsync. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResponse> handler)Updates a knowledge base.Future<UpdateKnowledgeBaseResponse>GenerativeAiAgentAsyncClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResponse> handler)UpdateKnowledgeBaseResponseGenerativeAiAgentClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type UpdateKnowledgeBaseRequest Modifier and Type Method Description Future<UpdateKnowledgeBaseResponse>GenerativeAiAgentAsync. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResponse> handler)Updates a knowledge base.Future<UpdateKnowledgeBaseResponse>GenerativeAiAgentAsyncClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResponse> handler)
- 
Uses of UpdateKnowledgeBaseRequest in com.oracle.bmc.generativeaiagent.requestsMethods in com.oracle.bmc.generativeaiagent.requests that return UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest.Builder. build()Build the instance of UpdateKnowledgeBaseRequest as configured by this builderUpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateKnowledgeBaseRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseRequest.BuilderUpdateKnowledgeBaseRequest.Builder. copy(UpdateKnowledgeBaseRequest o)Copy method to populate the builder with values from the given instance.
 
-