Understanding the step-by-step processing of a PolyAI voice agent.
This page explains how a PolyAI agent processes a conversation, from caller input to response generation.Expand the image to zoom.
The agent’s initial greeting is hardcoded and sent directly to TTS (Text-to-Speech) without running the LLM or processing any Rules. Write the greeting in the language you expect callers to hear. Any rules and logic begin after the greeting.