Table of Contents

Class RealtimeResponse

Namespace
OpenAI.Realtime
Assembly
OpenAI-DotNet.dll
public sealed class RealtimeResponse : BaseRealtimeEvent, IServerEvent, IRealtimeEvent
Inheritance
RealtimeResponse
Implements
Inherited Members

Properties

EventId

The unique ID of the server event.

[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }

Property Value

string

Response

The response resource.

[JsonInclude]
[JsonPropertyName("response")]
public RealtimeResponseResource Response { get; }

Property Value

RealtimeResponseResource

Type

[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }

Property Value

string