Session and user id in GoBot

My goal is to use the GO bot to speak with users and i might need to just send data from a framework like flask. How would I go about identifying each user with a user ID and a session ID. By session I mean loading the state of the bot so after the user says something like ‘I want Chinese food’ the bot doesn’t forget that chinese was said

hey! I’d proceed with using user_id for both sessions and users. To memorize sessions you can just pass a list of session ids as the second argument to the model.