When using the say command, certain characters inhibit the speaking of the sentence. For example, if sending !mbh say Be safe and take care everyone <3, the < prevents the message from being interpreted or spoken from Cognitive Services.
Since we're sending XML to Cognitive services, we likely need to HTML Encode the text to speak before processing it.
When using the
say
command, certain characters inhibit the speaking of the sentence. For example, if sending!mbh say Be safe and take care everyone <3
, the<
prevents the message from being interpreted or spoken from Cognitive Services.Since we're sending XML to Cognitive services, we likely need to HTML Encode the text to speak before processing it.