Hello Rasa Community,
When I’m using FormAction everything works fine and once I entered the form i can’t exit until all slots are filled.
My question is : How can I exit the form without filling all slots (When I change my intent for example) ??
Thank you all
You can use self.deactivate() method in FormAction.
please refer below link for more details.