Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a Chatbot API #34

Open
principalkelvo opened this issue Apr 7, 2023 · 0 comments
Open

Implement a Chatbot API #34

principalkelvo opened this issue Apr 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@principalkelvo
Copy link
Member

With a growing number of students visiting the school's website every day, it can be challenging to keep up with answering all their queries efficiently. The issue is that it takes a lot of time and resources to respond to every question students have.

I would like to implement a chatbot on the school's website. The chatbot would answer frequently asked questions and provide relevant information to students who need it. This would help reduce the time and resources required to respond to queries while also providing students with quick and efficient solutions to their problems.

One alternative to a chatbot is to have a dedicated team to respond to student queries. However, this can be costly and time-consuming. Another option is to have an FAQ section on the website, but it may not address all the queries students may have.

Additional context
Integrating a chatbot on the website would provide students with 24/7 assistance and help them feel more connected to the school. This would also help the school save time and resources while providing students with quick and efficient solutions to their problems.

Functionality:

  • The API should receive a query from the user along with their unique ID.
  • The chatbot should respond to the query with a relevant answer.
  • The API should return the response along with the user's ID and timestamp.

Benefits:

  • Implementing a chatbot on the school's website will help reduce the time and resources required to respond to student queries.
  • The chatbot will provide 24/7 assistance to students and help them feel more connected to the school.
  • By providing quick and efficient solutions to student problems, the school can improve the overall experience for students.
@principalkelvo principalkelvo added the enhancement New feature or request label Apr 7, 2023
@principalkelvo principalkelvo self-assigned this Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant