Skip to main content
This user-interrupted event occurs when the agent interrupts the user mid-sentence.

Example Payload

{
  "type": "user-interrupted",
  "call_id": "abc123",
  "timestamp": "2025-04-12T14:33:10Z",
  "metadata": {
    "interruption_timestamp" : 44.8 (seconds)
    "interruption_text": "Let me help you with that."
  }
}