Skip to main content

Overview

Interruption handling controls whether the user can β€œbarge in” and interrupt the bot while it is speaking. This is configured per node in the workflow editor, giving you fine-grained control over conversation flow. Allow Interruption Toggle

How It Works

Each node in your workflow has an Allow Interruption toggle:
  • Disabled (default) β€” The bot finishes its entire response before accepting user input. The user’s microphone is temporarily muted while the bot speaks.
  • Enabled β€” The bot stops speaking as soon as the user starts talking, and immediately processes their input. This creates a natural, conversational experience.
When interruption is disabled and the user tries to speak during bot speech, a one-time warning appears in the live transcript indicating that interruption is disabled for that step.

When to Disable Interruption

Disabling interruption is useful when the bot needs to deliver a complete message without being cut off:
  • Legal disclaimers β€” Ensure the full disclaimer is spoken before proceeding.
  • Critical instructions β€” Step-by-step directions that lose meaning if partially heard.
  • Greeting or introduction β€” Let the bot finish its opening before the user responds.
  • Confirmation summaries β€” Read back important details (appointment times, order totals) in full.

When to Enable Interruption

Keep interruption enabled for interactive conversation stages:
  • Q&A or objection handling β€” Let the user jump in naturally.
  • Open-ended discussion β€” Feels more human when either party can interject.
  • Long responses β€” Allow the user to redirect if the bot goes off track.

Configuring Interruption

  1. Open your workflow in the Voice Agent Builder.
  2. Select the node you want to configure.
  3. Toggle Allow Interruption on or off in the node settings panel.
  4. Save your workflow.
You can set different interruption behavior for each node. For example, disable interruption on your Start Node greeting but enable it on all subsequent Agent Nodes.

What the User Experiences

InterruptionBot SpeakingUser SpeaksResult
EnabledYesYesBot stops, processes user input
DisabledYesYesBot continues, user input is ignored until bot finishes
EitherNoYesUser input is processed normally
When interruption is disabled, the platform mutes the user’s audio input while the bot is speaking. Once the bot finishes, the microphone is automatically unmuted and the user can respond normally.