Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FindJob Feature

Additionally, to finding jobs by starting the job discovery flow in the main menu, users can reach the that flow by asking if jobs are available in a form of a normal question .

...

In the in FAQ flow the user can write for example: “I want a Marketing job in Berlin”. , like in the example below:

...

Our NLP engine will recognise recognize this query as a FindJob intent and the entities in this phrase as well (profession: Marketing, location: Berlin). You can read more about how our intent recognition works here.

When that intent is recognisedrecognized, the chatbot will ask for confirmation to make sure that the user wants to trigger the job discovery flow. 

...

After clicking on Yes, search for job, the job discovery flow starts. If there are available jobs for that job type and location, the chatbot will ask the user only the remaining questions from that flow (meaning, if the query was “I want a Marketing job in Berlin”, the user would not be asked about the city or job type profession again since they have already specified that).

...

In the case there are no available jobs matching the user’s query, the chatbot will give the user a chance to subscribe to a job (if the subscription feature is enabled).

Image Modified