UI development

Hello,

I have been familiar with Rasa for a while, but I still find it troublesome to follow all the steps in order to create a story/form/etc. That’s where botfront comes into place. It makes it a lot easier to accomplish a bot development. I am aware of Rasa’s recomendations to use the Interactive Creation mode, but I still think an approach such as botfront is worth it.

Botfront is currently discontinued, and there are a few things that could be improved. For instance, all actions in botfront must start with “action_”, thus I cannot create a custom action to validate my slots (as they must be called “validate_<form_name>”)

While I’m in this topic, I have found the forms.py under rasa_sdk, would it be possible to change this “validate_<form_name>” rule to “action_validate_<form_name>”?

Thanks in advance!

1 Like