Learn how to test your chatbot flows in the Canvas feature during development.
The Testing Flows feature allows you to simulate conversations and interactions with your chatbot while developing it. This helps you identify errors, validate logic, and ensure your flow behaves as expected before deployment.
User greets the chatbot → Test the Start Node response.
User asks about pricing → Validate routing to the Pricing Node.
User cancels the inquiry → Test the Cancel Node’s response.
User enters invalid input → Ensure the chatbot redirects to clarification or fallback.
Visual Representation:A flow diagram showing tested nodes and responses.Ready to deploy or refine your flow? Learn about Calling Tools to add more functionality to your chatbot!