react-simple-chatbot icon indicating copy to clipboard operation
react-simple-chatbot copied to clipboard

Is there anyway I can track every actions/steps?

Open jayeuperio opened this issue 5 years ago • 1 comments

Is there any event that I can track every interactions with the user? Like what is the user response and what will be the next step?

jayeuperio avatar Apr 14 '20 12:04 jayeuperio

I would like to be able to save user response on each step instead of waiting the handleEnd callback to be called. What about adding a beforeNextStep callback ?

bguerout avatar Jul 06 '20 09:07 bguerout