Can Rasa chatbot initiate a conversation?
问题 I'm planning to deploy the bot based on rasa with a monitoring engine. So if something goes wrong, I would like bot to start the conversation with a specific user. Is that possible? 回答1: An easy way to do so, would be to send a user message from your monitoring system to your input channel. So you basically mimic the user initiating the conversation. Note that I directly specify the intent using the / as prefix. Start Rasa Core with the REST api exposed: python -m rasa_core.run -d models -