Class InputAudioBufferCommittedResponse
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
ItemId
The ID of the user message item that will be created.
[JsonInclude]
[JsonPropertyName("item_id")]
public string ItemId { get; }
Property Value
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
Type
[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }