Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

FindJob Feature

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

In the FAQ flow the user can write for example: “I want a Marketing job in Berlin”. Our NLP engine will recognise this query as a FindJob intent and the entities in this phrase as well (profession: Marketing, location: Berlin). You can read more about how intent recognition works here.

When that intent is recognised, 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 city or job type again since they have already specified that).

Just like when the user is going through the regular job discovery flow the chatbot will show suitable job openings in a carousel.

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)


  • No labels