Hello everyone, I started with RASA not long ago and now I will need some help. I need to make a fulfillment between my RASA project and my Symfony rest api. For example with Dialogflow I finish configuring my intents etc. with fulfillment and all and then my api detects which intent is called and then launches the corresponding processing. I hope you’ve figured out where I want to go. Thank you in advance for your answers.
Hi! I think you can try using custom actions to make an API call. It lets you execute custom code when a specific intent is classified.
Let me know if this helps!!