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?
@ChrisRahme Can we add one form in rules for multiple intents providing different different utterance after form is closed.
For ex:-
form name: village form is used for two intents inside rules, under 1st rule can activate form for intent_x and then in 2nd rule deactivate form with utter_x and in 3rd rule can activate form for intent_y and then in 4th rule deactivate form with utter_y .
this gives error saying conflicting utterances for form as after deactivating form their are two different utterance (x and y).