Skip to main content
This conversation-update event is emitted on every conversation turn — when the user or agent says something.

Example Payload

{
  "type": "conversation-update",
  "call_id": "abc123",
  "timestamp": "2025-04-12T14:32:30Z",
  "metadata": {
    "role": "agent",
    "message": "Hello, how can I help you today?",
    "time": 1744364970174,
    "secondsFromStart": 1.4
  }
}