Defined in: realtime/types.ts:157
A message in a realtime conversation
optional audioId: string;optional audioId: string;Defined in: realtime/types.ts:169
Reference to audio buffer if stored
optional durationMs: number;optional durationMs: number;Defined in: realtime/types.ts:171
Duration of the audio in milliseconds
id: string;id: string;Defined in: realtime/types.ts:159
Unique message identifier
optional interrupted: boolean;optional interrupted: boolean;Defined in: realtime/types.ts:167
Whether this message was interrupted
parts: RealtimeMessagePart[];parts: RealtimeMessagePart[];Defined in: realtime/types.ts:165
Content parts of the message
role: "user" | "assistant";role: "user" | "assistant";Defined in: realtime/types.ts:161
Message role
timestamp: number;timestamp: number;Defined in: realtime/types.ts:163
Timestamp when the message was created