Query regarding designing intents

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 :

  1. Show me users.
  2. 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

Hey @surajhes, I this case I believe it is better if you create two separate intents, which will end up being more specific than having just one. It is also recommended you provide various examples for each intent you created.