TRIGGER INTENT WITH HTTP API NOT WORK ON RASA X

Hi, We have our bot up and running in production, with the 0.29.1 version of Rasa X From our internal server, we want to trigger an action on the action server, using conversions/{conversation_id}/trigger_intent endpoint from the api.

While it used to work for the 0.29.0 version of Rasa X, now with the 0.29.1, it is not working anymore and we’re receiving a 200 status response, but the action is not executed.

Is someone encountered this ? Thanks for your responses.

Hey @Rogers_ntr

trigger_intent is actually a part of Rasa Open Source REST API (as opposed to Rasa X REST API).

Depending on the way you deployed Rasa X, in order to see what went wrong you might want to check the logs from the rasa-production and rasa-worker containers.