Send potential ActionExecutionRejected
after form validation
#6977
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
The
FormAction
currently returns anActionExecutionRejected
event in case there were no slot candidates extracted (see here).The problem is that with Rasa Open Source 2.0 users can extract custom slots in their custom
validate
action. In case they only extract slots manually, it currently throws aActionExecutionRejected
. Instead it should run the custom validate function and decide then whether aActionExecutionRejected
event should be returned.Notes by @Ghostvv
The text was updated successfully, but these errors were encountered: