I have an intent location containing 3 values e.g. a, b, c. I want to diverge the story on the basis of user inputs, eg if a user says “a” we go and execute a separate story, the user says “b” we go and execute a separate story and if a user says “c” another story is called, Now I don’t want to use checkpoints/or as they increase the training time and I don’t want to use the custom actions. Is there any way we can do this??
@stephens any input and suggestions from you would be highly appriciated
@stephens the rule that you have written diverges the story during form execution I want to diverge stories on the values that are stored in the form after form is closed. I want to do something like this
Isn’t that the whole point of stories in combination with slots ? You can use 3 different stories to diverge via the set slot value. If it’s only 3 different stories, you shouldn’t expect your training time to have a dramatic increase.
@lumpidu the main issue that I am having right now is that my bot gets confused between the stories as they are very similar and due to that I am having issues in implementing this.