Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-08-22 11:18 AM
Hi,
in Zoom contact center flow editor, how do you play digits back? For instance, you use the collectInput widget to collect digits from customer, store digits in a variable, then you want to play the digits back to customer.
2023-08-24 11:52 AM
Hello ZCC_Newbie.
As far as I understand, you can reference "variables" in your "Text-to-Speech prompts" by putting them between double-curly-brackets , so if you requested menu option and stored it into "keyinput" ""{{keyInput}}", you should be able to play back the selection by using the "SendMedia" Widget and putting something like:
"You have selected the option {{keyInput}}".
Even more, you can use SSML Tagging inside your TTS to add richness and provide a more precise TTS output.
I believe ZCC TTS supports most (if not all) the SSML Tags that AWS Polly support; Why am I mentioned this? Especially with numbers, when you need to read them back to a caller using TTS, you will have to choose how to interpret the number: i.e 123 might need to spell it as "one two three ", or read as cardinal "one hundred and twenty three" or as an ordinal "one hundred and twenty third".
Take a look to the SSML tag "interpret-as" in this AWS Document that explains how to use it.
https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html
I don't know if 100% of the AWS Tags are supported by ZCC TTS but I can tell you it is fun to test them.
2024-10-23 01:08 PM
l @ZCC_Newbie
Did you ever got the chance to test this? Is this what you were looking for?