I am trying to script out the standard dialog for “help” so I can provide different help message base on where the user are in a conversation. It does not work when I try to add and edit the Channel and tasks of a response because the bot will randomly display the response and my default “help” response.
I also try to access the “currentNodeName” or “currentNodeID” stored in context, and have logic in the Advanced mode to display message base on the node name. But I was not able to access those value in it. The only value I can access in advanced mode is context.session
Is there anyway to do what stated above? Thanks