Uses of Class
com.oracle.bmc.generativeaiagentruntime.responses.GetSessionResponse
- 
Packages that use GetSessionResponse Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.responses 
- 
- 
Uses of GetSessionResponse in com.oracle.bmc.generativeaiagentruntimeMethods in com.oracle.bmc.generativeaiagentruntime that return GetSessionResponse Modifier and Type Method Description GetSessionResponseGenerativeAiAgentRuntime. getSession(GetSessionRequest request)Return the session resource identified by the session ID.GetSessionResponseGenerativeAiAgentRuntimeClient. getSession(GetSessionRequest request)Methods in com.oracle.bmc.generativeaiagentruntime that return types with arguments of type GetSessionResponse Modifier and Type Method Description Future<GetSessionResponse>GenerativeAiAgentRuntimeAsync. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)Return the session resource identified by the session ID.Future<GetSessionResponse>GenerativeAiAgentRuntimeAsyncClient. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type GetSessionResponse Modifier and Type Method Description Future<GetSessionResponse>GenerativeAiAgentRuntimeAsync. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)Return the session resource identified by the session ID.Future<GetSessionResponse>GenerativeAiAgentRuntimeAsyncClient. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)
- 
Uses of GetSessionResponse in com.oracle.bmc.generativeaiagentruntime.responsesMethods in com.oracle.bmc.generativeaiagentruntime.responses that return GetSessionResponse Modifier and Type Method Description GetSessionResponseGetSessionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeaiagentruntime.responses with parameters of type GetSessionResponse Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. copy(GetSessionResponse o)Copy method to populate the builder with values from the given instance.
 
-