Search Results for

    Show / Hide Table of Contents

    Struct RealtimeSessionEvent

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public readonly struct RealtimeSessionEvent

    Constructors

    | Edit this page View Source

    RealtimeSessionEvent(RealtimeSessionStatus, RealtimeSession)

    Declaration
    public RealtimeSessionEvent(RealtimeSessionStatus status, RealtimeSession session)
    Parameters
    Type Name Description
    RealtimeSessionStatus status
    RealtimeSession session

    Properties

    | Edit this page View Source

    Session

    Declaration
    public RealtimeSession Session { get; }
    Property Value
    Type Description
    RealtimeSession
    | Edit this page View Source

    Status

    Declaration
    public RealtimeSessionStatus Status { get; }
    Property Value
    Type Description
    RealtimeSessionStatus

    Extension Methods

    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation