Table of Contents

Class InputAudioBufferCommittedResponse

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

Properties

EventId

The unique ID of the server event.

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

Property Value

string

ItemId

The ID of the user message item that will be created.

[JsonInclude]
[JsonPropertyName("item_id")]
public string ItemId { get; }

Property Value

string

PreviousItemId

The ID of the preceding item after which the new item will be inserted.

[JsonInclude]
[JsonPropertyName("previous_item_id")]
public string PreviousItemId { get; }

Property Value

string

Type

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

Property Value

string