Skip to main content
Triggered when the AI has finished generating the complete text response. Handle this event to save the complete response to conversation history.

Event Properties

string
Event type. Always "realtime.response.audio_transcript.done" for this event.
object
Event data object containing response information.
string
The complete transcribed text of the AI response.Example: "Hello there! How can I help you today?"
string
Alternative field name for the complete transcript. May be present for compatibility.Example: "Hello there! How can I help you today?"
string
Unique identifier for this response. Matches the id from delta events.Example: "resp-123456"

Usage Example