When a user inputs an insult on a conversation node, I detect the insult, send the user a message and then send the user, using continue from
, asking him the question again. If the user types an insult again, I will get a loop. How can break this loop and end the conversation?
Asked
Active
Viewed 476 times
-1

M.K
- 1,464
- 2
- 24
- 46

Kenio Carvalho
- 1
- 1
-
There is an example of counters here: https://sodoherty.com/2016/09/22/using-counters-in-conversation/ – Simon O'Doherty Nov 23 '16 at 16:02