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
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Great library, I am trying now to add some notion of storage of the chat discussion and the values the used selected. How is it possible to store and load a chat?
The text was updated successfully, but these errors were encountered:
Great library, I am trying now to add some notion of storage of the chat discussion and the values the used selected. How is it possible to store and load a chat?
You will download whole library then change something in lib/ChatBot.js file triggerNextStep(data) function for save all steps values. I'm using async storage for save steps.
Description
Great library, I am trying now to add some notion of storage of the chat discussion and the values the used selected. How is it possible to store and load a chat?
The text was updated successfully, but these errors were encountered: