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.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseResponse
GenerativeAiAgent. 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)
UpdateKnowledgeBaseResponse
GenerativeAiAgentClient. 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.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest.Builder. build()
Build the instance of UpdateKnowledgeBaseRequest as configured by this builderUpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest.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.Builder
UpdateKnowledgeBaseRequest.Builder. copy(UpdateKnowledgeBaseRequest o)
Copy method to populate the builder with values from the given instance.
-