VoiceXML Prompt & SSML <mark> element. How to read prompt from the specified position?
Posted
by EugeneP
on Stack Overflow
See other posts from Stack Overflow
or by EugeneP
Published on 2009-11-25T14:12:19Z
Indexed on
2010/04/21
0:03 UTC
Read the original article
Hit count: 334
<mark> element informs that reading went on to some point. But is there a way we could read the prompt again from the specified position returned by mark (name) id?
It could be useful in such a scenario: we are reading a long text. Then the user commands: PAUSE. We stop. Then the user would say "Go on". And we continue to read the prompt from the last position.
IS that possible at all?
And I would ask yet another question. No matter with the usage of SSML or not: How to make it work - pause the prompt reading and then continue from the position where we stopped? Pause means "take full control over that pause", so that we could continue whenever we wanted. Dynamically.
© Stack Overflow or respective owner