- intent: 'issues_general'
examples: |
- I have an issue
- I have a [prov]{"entity":"issue_type", "role":"prov_issues"} issue
- I have a [technology]{"entity":"issue_type", "role":"tech_issues"} issue
And then in the stories.yml I have 3 different stories according to the value of the entity or the absence of an entity. If there is no entity, it goes to the no entity story. If there is an entity, it immediately goes to the tech entity only, even if the prov entity story was working prior to adding the tech entity.
It seems to still not care about the slot value and only use either the general story or the most recently written categorical slot story. issue_type: access bundle seems to be redundant