Tavus home pagelight logodark logo
  • Login
  • Account Help
  • Get Support
  • Get Started
  • Get Started
  • Documentation
  • API Reference
  • Community
  • Status
    • Introduction
    • Getting an API Key
    Replicas
    • Overview
    • Replica Training
    • Creating a Replica Via API
    • Stock Replicas
    • Personal Replicas
    • Language Support
    Video Generation
    • Overview
    • Replica Selection
    • Scripting
    Conversational Video Interface
    • Overview
    • Quick Start
    • Creating a Conversation
    • Creating a Persona
    • Layers and Modes Overview
    • Stock Personas
    • Using Replicas in CVI
    • Turn Taking with Sparrow
    • Perception with Raven
    • Interactions Protocol
      • Overview
      • Echo Interaction
      • Text Respond Interaction
      • Sensitivity Interaction
      • Interrupt Interaction
      • Replica Interrupted Event
      • Overwrite Conversational Context interaction
      • Utterance Event
      • Tool Call Event
      • Replica Started/Stopped Speaking Event
      • User Started/Stopped Speaking Event
      • Perception Tool Call Event
      • Perception Analysis
    • Integrating with CVI
    • FAQ
    Lipsync
    • Overview
    Troubleshooting
    • Training Video Size
    • Consent Statement
    • Script Length
    • API Errors and Status Details
    • API Callbacks
    Resources
    • Changelog
    Interactions Protocol

    Replica Interrupted Event

    This is an event broadcasted by Tavus.

    An utterance event is broadcasted by Tavus when the replica is interrupted by the user while it is speaking.

    The schema is of type object.

    Interrupt InteractionOverwrite Conversational Context interaction
    linkedindiscord
    Powered by Mintlify
    {
      "message_type": "conversation",
      "event_type": "conversation.replica_interrupted",
      "conversation_id": "c123456",
      "inference_id": "inference-id-123"
    }
    Assistant
    Responses are generated using AI and may contain mistakes.