botmasterai / botmaster-socket.io

The socket.io Botmaster integration
MIT License
8 stars 8 forks source link

Sending User message to other instances of user account #5

Closed IamLance closed 6 years ago

IamLance commented 6 years ago

We are developing a chatbot using botmaster and Watson Conversation. We have an account based user sessioning. Currently assigning the botmasterUserId to accountId. Watson is sending correct conversation even on multiple tabs or devices which is great. However we also want to send user message to other instance of the account user so that the conversation will have a smooth flow of chat. Any idea if this is possible?

IamLance commented 6 years ago

I just found out a solution to this. Closing this issue now