Class ConversationItemTruncatedResponse
public sealed class ConversationItemTruncatedResponse : BaseRealtimeEvent, IServerEvent, IRealtimeEvent
- Inheritance
-
ConversationItemTruncatedResponse
- Implements
- Inherited Members
Properties
AudioEndMs
The duration up to which the audio was truncated, in milliseconds.
[JsonInclude]
[JsonPropertyName("audio_end_ms")]
public int AudioEndMs { get; }
Property Value
ContentIndex
The index of the content part that was truncated.
[JsonInclude]
[JsonPropertyName("content_index")]
public int ContentIndex { get; }
Property Value
EventId
The unique ID of the server event.
[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }
Property Value
ItemId
The ID of the assistant message item that was truncated.
[JsonInclude]
[JsonPropertyName("item_id")]
public string ItemId { get; }
Property Value
Type
[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }