Uses of Class
com.oracle.bmc.generativeaiagent.requests.GetKnowledgeBaseRequest
-
Packages that use GetKnowledgeBaseRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of GetKnowledgeBaseRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type GetKnowledgeBaseRequest Modifier and Type Method Description Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse>
GenerativeAiAgentWaiters. forKnowledgeBase(GetKnowledgeBaseRequest request, KnowledgeBase.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse>
GenerativeAiAgentWaiters. forKnowledgeBase(GetKnowledgeBaseRequest request, KnowledgeBase.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse>
GenerativeAiAgentWaiters. forKnowledgeBase(GetKnowledgeBaseRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, KnowledgeBase.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetKnowledgeBaseRequest 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 GetKnowledgeBaseRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return GetKnowledgeBaseRequest Modifier and Type Method Description GetKnowledgeBaseRequest
GetKnowledgeBaseRequest.Builder. build()
Build the instance of GetKnowledgeBaseRequest as configured by this builderGetKnowledgeBaseRequest
GetKnowledgeBaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetKnowledgeBaseRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type GetKnowledgeBaseRequest Modifier and Type Method Description GetKnowledgeBaseRequest.Builder
GetKnowledgeBaseRequest.Builder. copy(GetKnowledgeBaseRequest o)
Copy method to populate the builder with values from the given instance.
-