

Using the Kore.ai Virtual Assistant Conversation Builder, I built a live bot for college students convenience. The Student Assist bot allows students to update their details, get their attendance information, view and register for an upcoming event, and report a complaint about issues they are facing in the college. Additionally this bot allows the student’s parent to access their attendance information. I worked on it while enrolled in the Full Stack Developer course at Gradious.
The bot can be accessed over the Web, Telegram & Face Book channels.
Students need to register to use the bot and the details will be saved for future use.
Some of the use cases I have implemented include:
I used a Mock API to store the student information.
Apart from this, for conducting the math quiz, I used a simple problem API from rapidapi.com.
Of the many features implemented, I would like to highlight the following:
Overall it was a great experience working on the Kore.ai platform. Incorporating rest APIs was a bit challenging. Mostly because I have a feature for updating the information for an existing student. This involved updating the JSON data which I hosted through a Mock API. It was challenging for me to update or delete data from the API. I had to attempt multiple times with various settings before I got it right.