I need a set of actions to be working one after the other for an intent, like this: stories.yml
- intent: affirm
- action: action_display
- action: action_get_user
- action: action_possible
Can this be satisfied in any way? Please help me out here.
I need a set of actions to be working one after the other for an intent, like this: stories.yml
Can this be satisfied in any way? Please help me out here.
Yes you can do that. Why not try it yourself?
Thanks, I’ll try it and get back
Works
Awesome