Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.Session
-
Packages that use Session Package Description com.oracle.bmc.generativeaiagentruntime.model com.oracle.bmc.generativeaiagentruntime.responses -
-
Uses of Session in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return Session Modifier and Type Method Description Session
Session.Builder. build()
Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type Session Modifier and Type Method Description Session.Builder
Session.Builder. copy(Session model)
-
Uses of Session in com.oracle.bmc.generativeaiagentruntime.responses
Methods in com.oracle.bmc.generativeaiagentruntime.responses that return Session Modifier and Type Method Description Session
CreateSessionResponse. getSession()
The returned Session instance.Session
GetSessionResponse. getSession()
The returned Session instance.Session
UpdateSessionResponse. getSession()
The returned Session instance.Methods in com.oracle.bmc.generativeaiagentruntime.responses with parameters of type Session Modifier and Type Method Description CreateSessionResponse.Builder
CreateSessionResponse.Builder. session(Session session)
The returned Session instance.GetSessionResponse.Builder
GetSessionResponse.Builder. session(Session session)
The returned Session instance.UpdateSessionResponse.Builder
UpdateSessionResponse.Builder. session(Session session)
The returned Session instance.
-