0
I’m developing a chatbot at Watson Conversations and I’ve come across a useful need for dialogue. I need that if the dialogue falls on anything_else 3 times the bot jumps to a dialog requesting contact information from the user, to contact him. Everything is already ready in general. I am only with this difficulty and I have not found any solution next to this that solves my problem.
Already solved! Suggestion given by a friend in Stack in English. He suggested initializing a variable at the beginning of the reset dialog, and incrementing it each time the dialog fell into a specific node that I needed. And then use this variable as a criterion for the node I wanted to trigger. It worked exactly as I needed it.
– bruno.ribeiro