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

[ENH] Rate responses #228

Open
AlexanderNeumann opened this issue Oct 11, 2023 · 1 comment
Open

[ENH] Rate responses #228

AlexanderNeumann opened this issue Oct 11, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@AlexanderNeumann
Copy link
Member

One thing that should be done as soon as possible in the main branch of the bot framework:
Project partners want the option to rate the responses of the bot. For the implementation it first needs three minor adjustments:

  1. Metamodel: Option to check for every response if it should provide a rating option
  2. Code: If the option is checked, the restful service should send, similar to the button option, a boolean value indicating if a frontend should show rating options.
  3. Code: Endpoint that the rating buttons trigger. A table in the database that should store the (optional?) user, inquiry, response, rating value, and an optional description for the rating.
@AlexanderNeumann AlexanderNeumann added the enhancement New feature or request label Oct 11, 2023
@samuelvkwong samuelvkwong self-assigned this Oct 11, 2023
@lakhoune
Copy link
Member

Code: Endpoint that the rating buttons trigger. A table in the database that should store the (optional?) user, inquiry, response, rating value, and an optional description for the rating.

Would it be possible to store them as monitoring messages? I think this could be a great qualitative mobsos metric for bots 🤓

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

3 participants