IntelligenceX

API Reference

Class

OpenAIRealtimeEvent

Namespace IntelligenceX.OpenAI.Realtime
Assembly IntelligenceX
Modifiers sealed

Represents one server event received from an OpenAI Realtime WebSocket.

Inheritance

  • Object
  • OpenAIRealtimeEvent

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public String Type { get; } #

Gets the Realtime event type.

public String RawJson { get; } #

Gets the unmodified event JSON for fields not projected by this type.

public String TextDelta { get; } #

Gets a streamed text delta when the event contains one.

public String AudioDelta { get; } #

Gets a base64-encoded streamed audio delta when the event contains one.

public String ErrorMessage { get; } #

Gets the server error message when the event represents an error.