This new improvement to the Flow nodes adds SSML (Speech Synthesis Markup Language) compatibility for added customization.
SSML is implemented for the TTS providers that support it.
And also, for Bot Framework and Dialog Flow.
The following are examples of SSML (used on Say/Ask nodes in a Flow):
- Google:
"<speak version=\"1.0\" xmlns=\"http://www.w3.org/2001/10/synthesis\" xml:lang=\"en-US\"><voice name=\"en-US-Standard-B\"><say-as type=\"date:mdy\">1/29/2009</say-as></voice></speak>"
- Microsoft:
"<speak version=\"1.0\" xmlns=\"http://www.w3.org/2001/10/synthesis\" xml:lang=\"en-US\"><voice name=\"en-GB-AlfieNeural\"><say-as type=\"date:mdy\">1/29/2009</say-as></voice></speak>"
Click here to learn how to apply SSML to a flow.
This feature is implemented by the following enhancements:
157844 Support SSML in Flow Speech Nodes (OnePark 5.100.3)
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article