I want to build a conversation where customers needs to fill in there customer number. The customer number is always build in the format XX-XX-XXXXXX (2 numbers-2 numbers-6 numbers).
I don't have too much experiences with DialogflowCX or in general with too technical stuff. I know how to request a complete string of numbers with: ^[0-9]{10}$ but how do I manage that I force customers to also type the - sign in their answer.