Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.