Online Traing Error

While using Online-Training, my Bots want to use “action_restart” This is correct and I Tell him so, but then an error pops up: “Undefined utter template <utter_restart>”

What is the problem here?

Can you share you code?

utter_restart is the utter template that the out of box action_restart uses so you have to define it in your domain if you want to use action_restart (or you could copy/extend the code of ActionRestart from https://github.com/RasaHQ/rasa_core/blob/master/rasa_core/actions/action.py and do what you want. Also if i remember its a warning not an error