Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.Session.Builder
-
Packages that use Session.Builder Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of Session.Builder in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return Session.Builder Modifier and Type Method Description static Session.Builder
Session. builder()
Create a new builder.Session.Builder
Session.Builder. copy(Session model)
Session.Builder
Session.Builder. description(String description)
A description of the session.Session.Builder
Session.Builder. displayName(String displayName)
A user-friendly name.Session.Builder
Session.Builder. id(String id)
A unique ID for the session.Session.Builder
Session.Builder. timeCreated(Date timeCreated)
The date and time that the session started in the format of an RFC3339 datetime string.Session.Builder
Session.Builder. timeUpdated(Date timeUpdated)
The date and time that the session was last updated in the format of an RFC3339 datetime string.Session.Builder
Session. toBuilder()
Session.Builder
Session.Builder. welcomeMessage(String welcomeMessage)
A greeting message that the you receive when you start of a session.
-