SessionConfig

class oci.generative_ai_agent.models.SessionConfig(**kwargs)

Bases: object

SessionConfig

Session Configuration on AgentEndpoint.

Methods

__init__(**kwargs) Initializes a new SessionConfig object with values from keyword arguments.

Attributes

idle_timeout_in_seconds Gets the idle_timeout_in_seconds of this SessionConfig.
__init__(**kwargs)

Initializes a new SessionConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:idle_timeout_in_seconds (int) – The value to assign to the idle_timeout_in_seconds property of this SessionConfig.
idle_timeout_in_seconds

Gets the idle_timeout_in_seconds of this SessionConfig. The session will become inactive after this timeout.

Returns:The idle_timeout_in_seconds of this SessionConfig.
Return type:int