I have an introductory flow where a choice in one menu structure leads to another flow where there is another more specific choice. However, in the introductory flow there is permission for the user to be able to speak directly what he wants and this be identified by integration with API.AI, without having to go through the menu structure. In that sense, I need that, if the user sends a directly specific message right in the introductory stream, the choice in the next stream does not have to be made. I believe this should be done with metadata. Any idea?
Menu structure and API integration
DanielBeckett
(Daniel Beckett)
#2
It may be best to set an Attribute to equal true (for example) if the user performs an action that means the second flow is no longer needed. Once the attribute is set you could then have a filter on the other flow for it to only start is the attribute does not equal true.