Hello,
I have a requirement where the bot asks for a username at one stage for different stories.
Case1:
intent:
- u1
- u2
response:
utter_one:
- please got to URL one
Case 2:
intent:
- u1
- u2
response:
utter_two:
- please got to URL two
These two intent usernames are the same but the response should be changed based on a previuos story
Thanks.