Composer + Telephony Package encode locale string with "\", making them non-funtional #9573
Closed
1 of 3 tasks
Labels
customer-reported
Required for internal Azure reporting. Do not delete.
Needs-triage
A new issue that require triage
Type: Bug
Something isn't working
Describe the bug
When you put SSML tags inside of the speech variant node, occasionally a locale string needs to be included - say en-US. The Composer unfortunately is encoding those strings with a "", making them non-functional:
Please press 1 for English or 2 for Spanish. Stop SilenceWe need to not encode these tags in the edit box, or decode them as well so they stay functional.
Version
Version: 2.1.2
Electron: 8.2.4
Chrome: 80.0.3987.165
NodeJS: 12.13.0
V8: 8.0.426.27-electron.0
OS
To Reproduce
Steps to reproduce the behavior:
Add the telephony package
Please press 1 for English or 2 for Spanish. Stop SilenceAdd a multi-choice with silence detection node
Add a speech variant
Paste the following into the box:
Nave away and back to the node; it shows encoded locales.
Expected behavior
No Encoding applied
Additional context
Impacts users of Dynamics Omnichannel trying to build voice skills for DTMF handling.
The text was updated successfully, but these errors were encountered: