Hi!
I need at some point to create a very complex conversation tree. Normally I could break down the conversation in many flow and use the Trigger a flow action to navigate in the conversation. That would break down the global conversation in more manageable smaller flow. But I could easily end up with more than 200 flow. That will become quite expensive.
I don’t do it in dialogflow because it’s a very structure conversation. Dialogflow only let me do one intent > one response and there is no possibility to automatically trigger a series of action as a response, like we can in Flow XO.
In the past I used botpress for the conversation flow, but I would like to avoid adding another platform.
So: what is the best approach if I need a dialog with 25 possible branch. I clearly cannot mash-up everything in one linear flow and use label to bounce around?