Hello Guys:
I have 2 different intents that I want to different actions for:
Example
- Find me weather in a location
- Find me recipes with specific filters (like vegan, vegetarian etc)
Based on which action was said by user, i want to call the respective api (weather for 1. and food for 2. )
How do I define a custom action for this? Do i call 2 action classes like class(getweather) and class(getrecipes) ?