ValidationFormAction

@SamS How to set the ReminderScheduler in validateformAction and the Event is invalid error is occurring while using the next_requested_slot method in rasa 2.8 Please help me out I am not able to find the solution for this

@abhilasha hi, I hope you have seen this repo and if not please see this link and example : https://github.com/RasaHQ/rasa/blob/main/examples/reminderbot/actions/actions.py

Hi @nik202, I want to set the reminder during each validation of slot in ValidateFormAction for that I have to use the next_requested_slot method but we are not able to return the ReminderScheduled Event.

My query- —> How to set the ReminderScheduled Event within ValidateFormAction. Let me know if you have any solution for that.

Thank you