Hello, community!
Is there a way where I can run a form and instead of extracting entities from the user text I collect the intent of the user and store it inside a slot?
Example:
I have a form running, and bot says
utter_ask_say_something:
- say something
The user says “Hello”, it classifies as intent greet and then I store the intent name inside my slot.