Trigger a form without defining an intent

Hi,

Is it possible to trigger a form without defining an intent? I have a use case where the bot would give few utterances and a user has to enter one of them from those utterances. But for the validation part I would need to integrate forms to check whether the user has entered a correct message or not. Is it possible to do so? Please help!

Thanks

Hello @nihar_chauhan

If you can make the step where the bot provides the utterances a part of a form, then you can check whether the user entered one of them with a from_text slot mapping and the form validation action.