Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Transitioning to a page in a different flow in Dialogflow CX

Hello, I am wondering how I can transition straight to a page of a different flow in Dialogflow CX? I am only seeing that I can transition to a page of the current flow.

Thanks!

Solved Solved
0 5 998
1 ACCEPTED SOLUTION

yes you are correct!

You have to transition to a flow by defining a route and then within that flow you can transition to other pages or other flows.

Best,
Xavi

View solution in original post

5 REPLIES 5

Hi,
You can transition to a flow but only to the start page of that flow.

Best,
Xavi

Hello @xavidop  So it's not possible through the GUI? I currently create a preset parameter when I transfer to a different flow then I move to a page in the flow I want. But it gets a little tedious. Seems like their is no other way through the GUI right?

yes you are correct!

You have to transition to a flow by defining a route and then within that flow you can transition to other pages or other flows.

Best,
Xavi

@xavidop Thanks for the help!

@karl-gardner  In the current page you define a flag variable (you can do so using "Parameter presets") and then switch to the new flow (which will be actually the start page of the new flow) and then using the flag variable you can move to the page of your interest. 

Hope this will help. Let me know in case you face any issue.

Thank you