A Node Action represent all the possible actions that will be executed when the user is on the node. When the user
enters the node, actions in the 'onEnter' are executed. If there are actions in 'onReceive', they will be called
once the user reply something. Transitions in 'next' are evaluated after all others to determine where to send
A Node Action represent all the possible actions that will be executed when the user is on the node. When the user enters the node, actions in the 'onEnter' are executed. If there are actions in 'onReceive', they will be called once the user reply something. Transitions in 'next' are evaluated after all others to determine where to send