Weatherbot_Tutorial icon indicating copy to clipboard operation
Weatherbot_Tutorial copied to clipboard

how can rasa support multi user dialouge management

Open manojjjm opened this issue 7 years ago • 5 comments

say that i have 3 users u1,u2, u3 each one is talking to bot at the same real time

How rasa is maintaining the live dialogue of all three users individually

manojjjm avatar Aug 20 '18 13:08 manojjjm

Can any one help me on this please

manojjjm avatar Aug 29 '18 09:08 manojjjm

Hi Manojjjm, did you get any answer on this one? if you figure out I would like to get the answer too. Thanks

amsolu avatar Sep 09 '18 21:09 amsolu

any update on this

manojjjm avatar Sep 19 '18 06:09 manojjjm

To manage users, Rasa Core recipient_id parameter which keeps track of which user sent a message to a bot. If you are using the latest release code of this weatherbot tutorial than the Slack connector there already takes care of it, you can see the recipient_id being extracted and passed to the Rasa Stack in the implementation code of the connector:https://github.com/RasaHQ/rasa_core/blob/master/rasa_core/channels/slack.py

If you write your own custom connector, you have to make sure that this id gets assigned to each user and passed to the Rasa Core.

JustinaPetr avatar Oct 02 '18 22:10 JustinaPetr

Hi @JustinaPetr ,

I'm currently integrating my bot to Facebook connector. Could you tell me how to configure to handle multiple users chat with the bot at the same times?

Namnt3 avatar Nov 09 '18 03:11 Namnt3