Hi I’m trying to use slot validations with ValidationAction but getting error ImportError: cannot import name ‘ValidationAction’ from ‘rasa_sdk’ while executing the below.
from rasa_sdk import ValidationAction
Can someone help on how to resolve this error. I’m trying to do this referring to Slot Validation Actions
Also can you give me an example of how to use slot validations without forms and with forms.