How to Display Messages Only from a Specific Session in a Chatbot? #2406
Unanswered
KarimZghali
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone !
I'm trying to integrate a chatbot onto a site. Conversations are stored in MongoDB.
When I include the chatbot on the site, I specify the MongoDB sessionId in order to retrieve an old conversation.
When I do this, the chat bot displays all the previous messages from all the sessions but in the conversation it only remembers the conversation of the identifier that I give it.
How can I ensure that when opening the chatbot, it only displays messages linked to the session ID and not all messages from previous sessions?
Thanks for your help !
Beta Was this translation helpful? Give feedback.
All reactions