Uses of Class
com.oracle.bmc.generativeaiagentruntime.responses.CreateSessionResponse
-
Packages that use CreateSessionResponse Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.responses -
-
Uses of CreateSessionResponse in com.oracle.bmc.generativeaiagentruntime
Methods in com.oracle.bmc.generativeaiagentruntime that return CreateSessionResponse Modifier and Type Method Description CreateSessionResponse
GenerativeAiAgentRuntime. createSession(CreateSessionRequest request)
A session represents an interactive conversation initiated by a user through an API to engage with an agent.CreateSessionResponse
GenerativeAiAgentRuntimeClient. createSession(CreateSessionRequest request)
Methods in com.oracle.bmc.generativeaiagentruntime that return types with arguments of type CreateSessionResponse Modifier and Type Method Description Future<CreateSessionResponse>
GenerativeAiAgentRuntimeAsync. createSession(CreateSessionRequest request, AsyncHandler<CreateSessionRequest,CreateSessionResponse> handler)
A session represents an interactive conversation initiated by a user through an API to engage with an agent.Future<CreateSessionResponse>
GenerativeAiAgentRuntimeAsyncClient. createSession(CreateSessionRequest request, AsyncHandler<CreateSessionRequest,CreateSessionResponse> handler)
Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type CreateSessionResponse Modifier and Type Method Description Future<CreateSessionResponse>
GenerativeAiAgentRuntimeAsync. createSession(CreateSessionRequest request, AsyncHandler<CreateSessionRequest,CreateSessionResponse> handler)
A session represents an interactive conversation initiated by a user through an API to engage with an agent.Future<CreateSessionResponse>
GenerativeAiAgentRuntimeAsyncClient. createSession(CreateSessionRequest request, AsyncHandler<CreateSessionRequest,CreateSessionResponse> handler)
-
Uses of CreateSessionResponse in com.oracle.bmc.generativeaiagentruntime.responses
Methods in com.oracle.bmc.generativeaiagentruntime.responses that return CreateSessionResponse Modifier and Type Method Description CreateSessionResponse
CreateSessionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagentruntime.responses with parameters of type CreateSessionResponse Modifier and Type Method Description CreateSessionResponse.Builder
CreateSessionResponse.Builder. copy(CreateSessionResponse o)
Copy method to populate the builder with values from the given instance.
-