If I have a "Ask a Question" step of multiple-choice type and the options are numbers (e.g. 1, 2, 3). The contact replies to the question not using the quick replies but by typing the numbers. Since our keyboard is Arabic, the number will be in Arabic too. The validation will not pass and the contact will always go into the failure branch.
Hope this issue can be fixed!
Please advise
Arabic numbers as below
("٠", "0");
("١", "1");
("٢", "2");
("٣", "3");
("٤", "4");
("٥", "5");
("٦", "6");
("٧", "7");
("٨", "8");
("٩", "9");
thanks