I'm trying to get dialogflow to be able to better understand long numbers. The numbers I want the user to say are always 9 digits. Dialogflow either thinks these are supposed to be phone numbers (even though I say they are sys.number-sequence or sys.number) or it will change 2 to "to".
For example, if I say 367218837, it'll convert it to "367 to 18837"
I've tried added training phrases, including that exact number as an example, with spaces, without spaces, with dashes.. Nothing. It's never been able to correctly translate the number I say.
I'm not sure what to do at this point. It works perfectly in Alexa but I can't get it to work with dialogflow. I've seen a lot of other people with similar issues. Does anyone know a workaround?