Zoom Virtual Agent enhances the user experience by triggering specific sub flows based on the page a customer visits. This feature allows the bot to provide a more relevant response based on the page context. Instead of starting at the main flow, the bot can go straight to the specific sub flow. For example, if a user visits a pet food page, the bot will take them directly to pet food-related support.
This article covers:
In the bot flow, use the Condition widget together with the global_system.Engagement.startPage variable to route users to the appropriate sub flow based on their entry point. For example, if the URL contains ‘order-tracking’, always route the user to the order tracking subflow.
Note: To enable users to continue interacting with the bot after completing the subflow, use the Collect Input Exit setting to route them back to the Default flow.