Skip to main content
Updated in 4.80 A Flow is a conversational structure consisting of Nodes that defines how AI Agents interact with users. With Flows, you can customize the behavior of AI Agents and design tailored and dynamic conversational experiences. AI Agents can access the Input, Context, and Profile objects from the Flow to provide context-aware responses. Flows include:
  • Nodes — the Flow’s building blocks.
  • Intents — user input mapping with natural language understanding (NLU).
  • Lexicons — keyphrases to improve Intent recognition.
  • Locales — language settings for a multilingual AI Agent.
  • Slot Fillers — automatic information extraction from user input.
You can also connect different Flows and switch between them with a Go To Node to create more complex conversational experiences.

Working with Flows

You can create, clone, and delete Flows in Build > Flows. Also, you can export Flows as a Package, copy their Reference ID. To build and configure Flows, use the Flow editor.You can create Flows using Generative AI to automatically generate Nodes with predefined configurations and content. For this approach, you need to add a large language model (LLM).To test Flows, click interaction-panel-icon and use the Interaction Panel.

Settings

Besides the Nodes, you can customize Flows further on the Settings tab of the Flow editor. For example, you can add Yes/No logic and personalized confirmation responses. Also, you can fine-tune the AI Agent’s confidence in understanding Intents and activate recognition of specific details, including age, date, and email addresses, to ensure more accurate responses.

More Information

Last modified on June 17, 2026