Hi.
In the rasa nlu.md file there is an ##intent:affirm with yes, indeed, etc. as user inputs. In stories.md under the ##sad path 1 if the user input is the intent:affirm then utter_happy is the response.
If the intent:affirm is going to be used with multiple stories is there a way to determine which story the user input eg. “yes” is actually for? For example if the conversation requires yes or no as answers to multiple questions is there a way to provide context?
I’ve had some experience with dialogflow and there are input and output contexts to help with isolating intents.
Thanks