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

Close the chatbot and restart the steps

Open MoiFalcon5593 opened this issue 4 years ago • 2 comments

How can I close the chatbot and restart the steps? Please Help, Thanks.

MoiFalcon5593 avatar Dec 20 '20 01:12 MoiFalcon5593

Same question here, I've tried the following but to no avail { id: 'end-message', message: 'Thanks! Your ticket was submitted successfully, someone will be in touch soon!', trigger:"startOver", end: true }, { id: 'startOver', message: 'Would you like to start over and create another ticket?', options: [ { value: 'yes', label: 'yes', trigger: '2' }, { value: 'no', label: 'no', trigger: 'noProblem' }, ], }, { id: 'noProblem', message: "No problem at all, I'm always here if you need me!" }

urosran avatar Jan 12 '21 16:01 urosran

The problem is asked before at here: https://github.com/LucasBassetti/react-simple-chatbot/issues/193

honhaochen avatar Jun 18 '21 03:06 honhaochen