Author Message
MichaelNorman
Joined: Jun 3, 2015
Messages: 448
Offline
I have a TTS variable which I have already included SSML markup in. How can I keep OD from urlencoding that value so it is represented to Nuance correctly?

For example if my variable has the value:
I have the numbers of your street address as <say-as interpret-as="digits">1234</say-as>

It is presented to Nuance with the markup as url encoding instead of the literal string. The forum here wouldn't let me show that properly.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
It doesn't make sense. We only escape the value which is 1234 in this case. Which part did you see escaped code? Can you attach some logs to show that?
MichaelNorman
Joined: Jun 3, 2015
Messages: 448
Offline
Actually the entire value of the variable is "I have the numbers of your street address as <say-as interpret-as="digits">1234</say-as>"

So it is url encoding the entire variable. We don't want it to do that for the entire value.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Add the following line to the data/ddrt.properties:

noescapeprompt=enabled
Go to:   
Mobile view