Hi, I want to hit trigger_intent endpoint from Rasa Open Source. I deploy Rasa X, let say on : www.example.com. What I want is to trigger an intent using trigger_intent from Rasa Open Source HTTP API.
So to do that, I send a POST request to: www.example.com/conversations/{conversation_id}/trigger_intent endpoint.
Doing that, I receive a 200 HTTP response, but the intent that I trigger is not really trigger, hence no message is sent to the user.
Note: When in the development environment on my local machine, trigger_intent, did send message to the user through Facebook;
Is someone knows how I can solve that ?
@erohmensing @amn41 any hint ?
Thanks.