Custom welcome message

How can I write custom welcome messages using RASA

just write the story:

## greeting
* greet
    - utter_greet

and define the intent “greet” in your NLU and domain file.

Then define utter_greet in your domain file as well.

And you’re done!

Bot should greet automatically

1 Like

That’s up to your platform. the Rasa websocket UI has this option. It sends the /greet intent automatically so it looks like the bot starts with a greeting.

Hi!!! How can the Bot greet automatically in RASA X / Rasa Shell ??? I also wrote a custom action & configured the action server but it doesn’t work on startup.

@gadia-aayush did you found a solution?