I am trying the say-as type option to say individual digits but no matter what I choose the system keeps saying the number as one long number
code:
<say-as type="number:digits">34593453</say-as>
I want: 3-4-5-9-...etc
I get: 3million 4hundred fifty 9...etc
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Say-AS not working
correction to bug in IVR platform
Hello,
This is a bug in the AT&T Natural Voices engine the IVR platform is using. It can be corrected by using the <say-as> tag:
Regards,
Plum Support
This is a bug in the AT&T Natural Voices engine the IVR platform is using. It can be corrected by using the <say-as> tag:
Code: Select all
<say-as type="acronym">1234</say-as>
Plum Support