Intent Confirmation Does Not Support SSML and Question Mark
There is a bug in the new Console. I cannot include both SSML and a question mark because validation says: "You can only have a '?' at the end of a prompt" but for SSML you need to have the closing </speak> tag.
5
votes

-
Thomas W Bruner commented
You need to wrap it in speak tags:
<speak>I heard you say <say-as interpret-as='spell-out'> {someSlot} </say-as>, is that correct.</speak> -
Owaiskhanafridi commented
Need to add SSML tags in Slot Confirmation textbox but it's failing at the validation
-
Mark Tucker commented
Slot Confirmation has same issue.