AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Managing multiple users in a chatbot
 
 

How are multiple users managed in a chatbot. I am using Program o and using JSON for my android app. what would be the best way to assign unique keys to the users, so they can be managed properly

 

 
  [ # 1 ]

Users are handled through the use of the convo_id variable (conversation ID). This variable is usually generated by the server-side part of the GUI script, but it can be generated any way you want, just so long as the variable is reasonably certain to generate a unique id per user. Once a unique ID is generated, it’s stored in the DB for later reference.

 

 
  login or register to react