Page 1 of 1

Repearting variable digits

Posted: Thu Aug 03, 2017 6:35 pm
by tblanchard
I'm creating an application and I ask the caller to input a 6 digit code. When I set up a prompt to repeat the digits entered, the system reads it out as 123,567 instead of 123456. How can I change the application to treat the 6 digit code like an account number.

Re: Repearting variable digits

Posted: Fri Aug 04, 2017 9:17 am
by support
In the pop-up where you type in the variable name, there is a dropdown below that contains the say-as type. This instructs the TTS to read your variable either as a number, acronym, address etc. You should choose the "acronym" option so make numbers read as digits.

Re: Repearting variable digits

Posted: Fri Aug 04, 2017 10:36 am
by tblanchard
Thanks. I will do that.