CTRLK

Get started

|

View as Markdown

EARLY ACCESS
IMPORTANT

Voice AI agents is available as an Early Access feature. To get access or learn more, contact your dedicated account manager or Support.

Transfer call to AI agent element

Use the Transfer call to AI agent element to hand over an active call from the IVR flow to a real-time Voice AI agent. This enables natural, conversational handling of the call using speech recognition, intent detection, and Generative AI.

NOTEThis element can only be used within an IVR session. It is available for both inbound and outbound calls.

When the call reaches this element in the flow, the IVR transfers control to the selected AI agent. After the agent completes its task, the call always returns to the IVR, with information on why the call returned.

For more information about AI agents, see the AI agents documentation. For an overview of Voice AI agents, see Voice AI agents.

The Transfer call to AI agent element in the IVR flow editor

In the side panel of the element, configure the following fields:

AI agent

Select the AI agent that handles the call and the version it runs:

The Transfer call to AI agent basic setup fields in the side panel
  • Choose AI agent: This is a mandatory field. From the menu, select an AI agent you previously created on the My Agents page.
  • Select agent version: Select an agent version.


Voice processing

Select the processing type for the AI agent:

  • Speech to speech: A single AI model listens and responds in voice directly, without converting to text. This enables faster responses and a more natural tone, but may result in higher per-minute costs.
  • Speech to text to speech: Voice is first transcribed into text, processed by a language model, and then converted back into speech. This approach is more cost-effective and offers greater control and easier debugging, but introduces additional latency due to the extra processing steps.

Use the following comparison to choose the voice processing type that best fits your use case:

ConsiderationSpeech to speechSpeech to text to speech
Languages supportedEnglishWide range. Check the language configuration in the web interface.
End-to-end latencyLowest (approximately 250 to 500 ms)Good (approximately 500 to 1500 ms)
Transcript availabilityAvailable. Useful for quality review.Available. Useful for quality review.
Voice naturalnessVery high. Native audio model.High. Depends on voice selection.
Best forEnglish-only, latency-critical use casesMulti-language, cost-sensitive, or compliance-driven deployments


Depending on the voice processing type you selected, continue to Speech to speech or Speech to text to speech to finish configuring the element.


Was this page helpful?