Search code examples
htmlcsspython-3.xchatbotrasa

Animation when we click on a button created in RASA (actions.py file)


Is there any way where we can add animation on a specific button click in RASA. The buttons are created in actions.py file of RASA chatbot.


Solution

  • You'd need to have a custom frontend in order to do that. The code for the actual visual component of the chat doesn't come from Rasa (though it integrates with a few via connectors), so you can connect it to your own chat widget with animations on the buttons.