Hi I'm training my Watson Assistant (Classic) to ask the question, "How much is your vehicle worth?" If assistant recognizes @sys_number, their response saved in a variable $vehicleworth as " < ? input.text ? >
". This was fine until a user accidentally wrote 5--- instead of 5000. This was saved as just 5 instead of 5000.
The question is: How or can I limit the user's input to only numbers? Or what would I be able to do to recognize this "5---" as an incorrect input?
Thanks in advance! Respectfully.