I want to create a bot that replaces a interviewer for preliminary round, the bot should test the candidate’s basic skill and should ask different questions for different candidates. the bot should also be able to record the scores and tell if the candidate has cleared the first round or not.
If this is possible using rasa, kindly tell me how do I get started with?
Hey @vin0108. The problem statement you are proposing is possible with rasa. On where to get started i think start with understanding the nlu and stories. Try to create utter statements. You can use the custom actions in rasa to score the user and to judge him for the next round.
I know this very old thread pardon me for that. I’m new to rasa and trying to build something similar like this. Bot asks questions from the candidate, analyzes the answers (answers are descriptive), and gives a score to the candidate’s performance.
With rasa 3.* can I able to build this kind of interview bot. if you @vin0108 succeded your approach can you share it with me, please