Uses of Class
com.oracle.bmc.generativeaiagentruntime.requests.CreateSessionRequest
-
Packages that use CreateSessionRequest Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.requests -
-
Uses of CreateSessionRequest in com.oracle.bmc.generativeaiagentruntime
Methods in com.oracle.bmc.generativeaiagentruntime with parameters of type CreateSessionRequest 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.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)
CreateSessionResponse
GenerativeAiAgentRuntimeClient. createSession(CreateSessionRequest request)
Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type CreateSessionRequest 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 CreateSessionRequest in com.oracle.bmc.generativeaiagentruntime.requests
Methods in com.oracle.bmc.generativeaiagentruntime.requests that return CreateSessionRequest Modifier and Type Method Description CreateSessionRequest
CreateSessionRequest.Builder. build()
Build the instance of CreateSessionRequest as configured by this builderCreateSessionRequest
CreateSessionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSessionRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagentruntime.requests with parameters of type CreateSessionRequest Modifier and Type Method Description CreateSessionRequest.Builder
CreateSessionRequest.Builder. copy(CreateSessionRequest o)
Copy method to populate the builder with values from the given instance.
-