Hi,
I’m using forms and I want other actions to be triggered when the utter_ask_{slot}
is called. Is it possible to specify other actions like in stories in the templates?
e.g>
stories.md
## story 1
* ask_something
- action_1
- action_2
domain.yml
templates:
- utter_ask_slot
- text: "Select one of the following:"
- other_action # is this possible?