In my example, I ask for a personal documentation number, the number has 11 digits, and I need that in case the user type the 11 numbers correctly the watson continue with the conversation, and if not, the watson will inform a message defined by me. How to do this?
My case: Watson says: All right, I'll check. What is your protocol number?
I says: Ex: 35158811233
Watson says: Would you like to finish the service?
Watson dont reconigze the number and my conversation flows to the finish. Does someone know how to solve this, please?
Watson understands:
"intents": [
{
"intent": "goodbye",
"confidence": 0.24506947419646477
}
],
"entities": [],
"input": {
"text": "35158811233"
},
"output": {
"log_messages": [],
"text": [
"Would you like to finish the service? \n \n <button id=\"button-yes\" onclick=\"yesBye();\">Yes</button> <button id=\"button-no\" onclick=\"noBye();\">No</button>"
],