Dal
Dal

Reputation: 1

Mattermost integration using slash command with Rasa

I am new to RASA . Can anyone help me in integration rasa with Mattermost using slash command and not with Webhook.

Upvotes: 0

Views: 156

Answers (1)

Harshil Sharma
Harshil Sharma

Reputation: 2035

You'll need to use Rasa HTTP API or Rasa X API for that.

The general sequence will be-

  1. Register the slash command.
  2. Call Rasa HTTP API from slash command handler.
  3. Convert response from Rasa into a Mattermost post if you need to.

Upvotes: 0

Related Questions