In my SSML response, if I add an emphasis, not followed by extra text, the audio result is buggy:
<speak>
<p>To make a search, say: <emphasis>help</emphasis>.</p>
<p>To make a search, say: "<emphasis>help</emphasis>".</p>
<p>To make a search, say: "<emphasis>help</emphasis>" and I will help you.</p>
</speak>
In this sample, for the first sentance, the assistant say "dot" at the end of sentance and in the second, it say "quot dot". The last one is okay.
Any help to solve this ?
Frederic