Search Results for

    Show / Hide Table of Contents

    Class RealtimeEvent.Server.Session

    Inheritance
    object
    RealtimeEvent.Server.Session
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI.Realtime
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public static class RealtimeEvent.Server.Session

    Fields

    | Edit this page View Source

    Created

    Returned when a session is created. Emitted automatically when a new connection is established.

    Declaration
    public const string Created = "session.created"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Updated

    Returned when a session is updated.

    Declaration
    public const string Updated = "session.updated"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation