Skip to main content
Triggered when the user’s speech has been fully transcribed. Handle this event to display the user message in your chat interface and save it to conversation history.

Event Properties

string
Event type. Always "realtime.conversation.item.input_audio_transcription.completed" for this event.
object
Event data object containing transcription information.
string
The complete transcribed text of user speech.Example: "Hello, how are you today?"
string
Alternative field name for the transcribed text. May be present for compatibility.Example: "Hello, how are you today?"

Usage Example