I am wondering when I should add an entry in “responses” (e.g. utter_greet) to the “actions” as well?
My theory is that I only need to do this if I use utterances in the stories. This means if I use it in a custom action via the dispatcher and it has no effect on the dialog model, I do not add it.
I am wondering a bit why the interactive learning (via console) adds responses to the actions in the domain file. Is this a leftover from earlier versions or a feature?
Ah, yes in Rasa X that does happen. It doesn’t really matter; they’re usually added “behind the scenes” so it makes no difference to how your bot works.