Hey guys, I’m writing a story for my bot and I would like to know if it’s possible for in a story to specify multiples intents triggering the same action. like as follows
- intent: greet, good_morning
- action: utter_welcome
Hey guys, I’m writing a story for my bot and I would like to know if it’s possible for in a story to specify multiples intents triggering the same action. like as follows
Hi @amaelbogne
You can use OR statements in your stories to list down multiple intents as described in Stories - OR Statements
Thanks a lot man