Tavus home pagelight logodark logo
  • Login
  • Account Help
  • Get Support
  • Get Started
  • Get Started
Interactions Protocol
Interrupt Interaction
  • 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
      • Interactions Protocol Overview
      • Echo Interaction
      • Text Respond Interaction
      • Sensitivity Interaction
      • Interrupt Interaction
      • Replica Interrupted Event
      • Overwrite Conversational Context interaction
      • Utterance 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
    Changelog
    • Changelog
    Interactions Protocol

    Interrupt Interaction

    This is an event developers may broadcast to Tavus.

    By broadcasting this event, you are able to externally send interruptions for the replica to stop talking. This is commonly used in combination with Text Echo Interactions.

    The schema is of type object.

    Sensitivity InteractionReplica Interrupted Event
    linkedindiscord
    Powered by Mintlify
    {
      "message_type": "conversation",
      "event_type": "conversation.interrupt",
      "conversation_id": "c123456"
    }