Uses of Class
com.oracle.bmc.generativeaiagent.responses.GetKnowledgeBaseResponse
-
Packages that use GetKnowledgeBaseResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of GetKnowledgeBaseResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return GetKnowledgeBaseResponse Modifier and Type Method Description GetKnowledgeBaseResponse
GenerativeAiAgent. getKnowledgeBase(GetKnowledgeBaseRequest request)
Gets information about a knowledge base.GetKnowledgeBaseResponse
GenerativeAiAgentClient. getKnowledgeBase(GetKnowledgeBaseRequest request)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetKnowledgeBaseResponse Modifier and Type Method Description Future<GetKnowledgeBaseResponse>
GenerativeAiAgentAsync. getKnowledgeBase(GetKnowledgeBaseRequest request, AsyncHandler<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse> handler)
Gets information about a knowledge base.Future<GetKnowledgeBaseResponse>
GenerativeAiAgentAsyncClient. getKnowledgeBase(GetKnowledgeBaseRequest request, AsyncHandler<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse> handler)
-
Uses of GetKnowledgeBaseResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return GetKnowledgeBaseResponse Modifier and Type Method Description GetKnowledgeBaseResponse
GetKnowledgeBaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type GetKnowledgeBaseResponse Modifier and Type Method Description GetKnowledgeBaseResponse.Builder
GetKnowledgeBaseResponse.Builder. copy(GetKnowledgeBaseResponse o)
Copy method to populate the builder with values from the given instance.
-