HI All, I want to use RASA NLU feature where from a given text, i would like to extract the intent and corresponding entities.
However i have a small dilemma in designing an intent. Lets say i have following data :
- Show me users.
- Show jobs from last 2 days
Now do i design 2 intents ? 1 called as show_users and other show_jobs or Make 1 intent called as navigate? Once they perform this task, based on the entity, they may give new queries.
Regards, Suraj