I’m testing dialogflow cx to service chatbot.
Is it possible to remember and continue previous conversation of abandoned user?
- workflow
user abandon conversation → restart service → remember and continue previous conversation
Thanks for any help or idea!
yes! Check the documentation about sessions: https://cloud.google.com/dialogflow/cx/docs/concept/session.
If You can save the current status of a user during an interaction, you can save the status of that user in an external DB like Firebase Firestore and retrieve it at the beginning of every session!
1 Like