Table of Contents

Class ConversationItemTruncatedResponse

Namespace
OpenAI.Realtime
Assembly
OpenAI-DotNet.dll
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

int

ContentIndex

The index of the content part that was truncated.

[JsonInclude]
[JsonPropertyName("content_index")]
public int ContentIndex { get; }

Property Value

int

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 assistant message item that was truncated.

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

Property Value

string

Type

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

Property Value

string