I’m wondering if I can call utter_message() twice in the same custom action?
Alternatively, could I have a story like this:
## My story
* user_intent
- cusom_action_that_utters_a_message
- utter_different_message
My stories that are written like the above example don’t seem to be uttering the second message (utter_different_message). Do I need my custom action to return a specific value or maybe some specific policy for this to work?
hi, I do this in custom action, rasa shell display well, but in rasa x, I only get the first dispatcher result, and the second was not displayed, how this happen?