Show / Hide Table of Contents

Class SessionConfig

Session Configuration on AgentEndpoint.

Inheritance
object
SessionConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class SessionConfig

Properties

IdleTimeoutInSeconds

Declaration
[JsonProperty(PropertyName = "idleTimeoutInSeconds")]
public int? IdleTimeoutInSeconds { get; set; }
Property Value
Type Description
int?

The session will become inactive after this timeout.

In this article
Back to top