Hi Genesys,
I'm using a Bot Flow (with spanish-Spain language) to ask for Confirmation (Yes/No) if a code said by the customer is correct. For that, I'm placing a "Ask for Yes/No" object with the expressión "{ToCommunication(Flow.myQuestion)}" in Question field.
When the myQuestion field has the following values, the system sais the following phrases
OK --> "Por favor, confirme si su id es 12345R" --> Por favor, confirme si su id es 12345R
KO --> "Por favor, confirme si su id es 12345V" --> Por favor, confirme si su id es 12345 Voltios
KO --> "Por favor, confirme si su id es 12345W" --> Por favor, confirme si su id es 12345 Watios
I've tried with many other letters (S, K, A, M, etc) and by now I only get this issue with V and W
In Bot's Utterance History you can see that the word Voltios is not in the phrase
And in the Interaction's Transcript you clearly see how Voltios is being said by bot
Could you please advice how can I get that system doesn't translate V por Volts and W for Watts???
Regards