Start dialogue with bot utterance

Hi, I want to start each dialogue with a question of the bot, say “hi, how can I help you?”. How can it be done? I want to send this utterance also each time “action_restart” is done.

thanks!

I did this in the front-end: If the user opens the chat, it sends a welcome message to the bot. You can also try to run an action https://www.rasa.com/docs/core/server/#operation/executeAction

Thanks! I didn’t see that, very interesting!