You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each chat session, the Chatbot may be speaking to a different user (or it may be the same user who came back later). I want to have a userId variable defined for each chat session. Is this possible?
For example if I instantiate and set userId = '3423423'
Its not clear in the documentation whether userId will be unique to each Chat Session, or whether I can only have one userId and it will be shared across the enitre Chat Flow?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For each chat session, the Chatbot may be speaking to a different user (or it may be the same user who came back later). I want to have a userId variable defined for each chat session. Is this possible?
For example if I instantiate and set
userId = '3423423'
Its not clear in the documentation whether
userId
will be unique to each Chat Session, or whether I can only have one userId and it will be shared across the enitre Chat Flow?Beta Was this translation helpful? Give feedback.
All reactions