Only one intent allowed in a rule?

I have been working with rules and stories, as well as forms lately. I have noticed that I get some error while creating a rule which has more than one intent. I don’t remember the error.

My question is, is it that only one intent needs to be present in a rule, unlike stories, which can contain as many intents as possible?

Maybe the error you’re getting is when two rules and stories conflict?

Anyway, what’s the rule that is causing you problems?

  • Rules are generally intent->action only, or intent->action->action. They represent what the bot MUST do when it detects an intent.
  • Stories are more flexible and usually are more than 5 lines long. They represent what the bot is supposed to do during a certain context.
1 Like