-
Notifications
You must be signed in to change notification settings - Fork 328
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
Buttons as an input format for the chatbot widget #2250
Comments
@abaraldo would you be ok if we added a new list of |
I think that would be great! I could use that to bring suggestions or options for the user. Will it be possible to have multiple options at the same time? |
Yes, it's going to be a list. |
@mturoci just an implementation detail - should appending to messages be done by user after obtaining the event or should it be done automatically with firing the event? |
Manually by the user. |
Buttons as an input format for the chatbot widget
I propose adding a feature that allows users to customize the output of the ui.chatbot widget into a form with interactive buttons.
This would enhance the user experience by providing a more interactive and accessible way to navigate the chatbot's responses.
Problem it Solves
Currently, the chatbot widget allows a feedback interaction, but this new feature would be a generalization by having a customizable form with any buttons and options.
Sometimes, I would like the input from the user to be a closed answer within limited possibilities.
Suggested Implementation
Potential Benefits
The text was updated successfully, but these errors were encountered: