Sharing information between the linked bots under universal bot

Hi,

I have created a Universal bot containing 2 linked bots. Both the linked bots has user authentication (with same details) before performing any task, whatever input user is giving is getting stored in bot user session so he wont be asked details for other tasks in the bot.

Is it possible to automatically authorize user in second bot also if user has provided details while interacting with the first bot?

When you authenticate user in one bot , add user detail in user session ( context.session.UserSession.userDetail ) , user session is available / shared between all bots.

1 Like