Hi All,
I have a Lex v1 bot that has a number of intents and based upon those intents its supposed to route/call respective Lex bots ( for different intents). Right now, the only thing that's returned from Lex to the architect flow (from what I can see) is slot value and I'm actually using that in the bot input text of the Lex bots (for different intents) to trigger those bots respective to the fulfilled intents.
The problem here is whenever the intent returns null for the slot value, the bot gets stuck there, nothing really happens. So, I was thinking maybe if there is a way I can get the fulfilled intent's name in architect flow along with the slot value so that I can use that to call the other Lex bots.
Do let me know if there are other ways to do this!
Thanks,