UpdateSessionDetails¶
-
class
oci.generative_ai_agent_runtime.models.UpdateSessionDetails(**kwargs)¶ Bases:
objectInformation about the updated session.
Methods
__init__(**kwargs)Initializes a new UpdateSessionDetails object with values from keyword arguments. Attributes
descriptionGets the description of this UpdateSessionDetails. display_nameGets the display_name of this UpdateSessionDetails. -
__init__(**kwargs)¶ Initializes a new UpdateSessionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateSessionDetails.
- description (str) – The value to assign to the description property of this UpdateSessionDetails.
-
description¶ Gets the description of this UpdateSessionDetails. A description of the session.
Returns: The description of this UpdateSessionDetails. Return type: str
-
display_name¶ Gets the display_name of this UpdateSessionDetails. The name of the session. A session names doesn’t have to be unique and you can change the session name later.
Returns: The display_name of this UpdateSessionDetails. Return type: str
-