Table of Contents

Class ResponseOutputItemResponse

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

Properties

EventId

The unique ID of the server event.

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

Property Value

string

Item

The item that was added.

[JsonInclude]
[JsonPropertyName("item")]
public ConversationItem Item { get; }

Property Value

ConversationItem

OutputIndex

The index of the output item in the response.

[JsonInclude]
[JsonPropertyName("output_index")]
public int OutputIndex { get; }

Property Value

int

ResponseId

The ID of the response to which the item belongs.

[JsonInclude]
[JsonPropertyName("response_id")]
public string ResponseId { get; }

Property Value

string

Type

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

Property Value

string