how to make rasa chatbot start the conversation when user open the window if I integrated it with android ?
You would start the conversation with an action in your Android code/widget.
how can i do it please
Send a slash intent or message text to the Rasa REST or Socket channel. Let’s assume you have an intent called start_conversation
. You can send a message /start_conversation
from your android code.