Hi,
I installed rasa 2.0.0rc1 from the github repo via pip and the form validation doesn’t with example/formbot.
The new documentation also talks about FormAction being deprecated and seems to suggest writing a ValidateSlots class instead of writing validate_{slot_name} methods in the CustomForm class(am I understanding this correctly)?
I guess my question would be is there’s anything wrong with my running or is this sort of validating not supported in rasa 2(now that it’s not in the documentation)?
Thank you.