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