Hi, I am new with rocket chat and want to build rasa chatbot in the rocket chat in local machine
I follow the instruction by downloading Rasa apps in the marketplace.
This are my set up in the rasa apps:
Username : rasa.bot
Rasa Server Url : localhost:5005
And here are my credentials.yml
rocketchat:
user: “rasa.bot”
password: “rasa.bot”
server_url: http://localhost:3000
And here the integration webhook outgoing
Channel : #general
Url: http://localhost:5005/webhooks/rocketchat/webhook
port as: rasa.bot
The error is the chat bot not responding in the #general channel and this is the log.
Any guide or help are much appreciated. Thank you