I am new to RASA . Can anyone help me in integration rasa with Mattermost using slash command and not with Webhook.
Asked
Active
Viewed 137 times
1 Answers
0
You'll need to use Rasa HTTP API or Rasa X API for that.
The general sequence will be-
- Register the slash command.
- Call Rasa HTTP API from slash command handler.
- Convert response from Rasa into a Mattermost post if you need to.

Harshil Sharma
- 2,016
- 1
- 29
- 54