| VoiceXML 2.1 Development Guide | Home | Frameset Home |
| <?xml version="1.0" encoding="UTF-8"?> <vxml version = "2.1"> <meta name="author" content="Matthew Henry"/> <meta name="copyright" content="2005 voxeo corporation"/> <meta name="maintainer" content="YOUR_EMAIL@HERE.COM"/> <form id="F1"> <field name="F_1"> <grammar type="text/gsl>[(frank sinatra) (richard dawson]</grammar> <prompt> which famous drunk uttered the following line <break strength="medium"/> I feel sorry for people who dont drink. when they wake up in the morning, thats as good as they will feel all day. </prompt> <filled> <prompt> yes you are right. but lets reprompt just for the heck of it, while the chairman of the board makes another cocktail in heaven. </prompt> <clear namelist="F_1"/> <reprompt/> </filled> </field> </form> </vxml> |
| ANNOTATIONS: EXISTING POSTS |
SSA_MarkPMiller
|
|
| In the Prophecy platform, the <reprompt /> element is handled within the <noinput /> and <nomatch /> elements. These need to be added to the Parent list above.
<noinput cond="true" count="1"> <prompt bargein="false"> I missed that. </prompt> <reprompt /> </noinput> Mark |
|
mikethompson
|
|
| Hi Mark,
Thanks for bringing this to our attention! I'll run this by our keepers of the documentation and make sure this gets updated. Regards, Mike Thompson Voxeo Corporation |
|
MattHenry
|
|
|
Mark, This has been fixed in our internal build of the docset, which will be updated publicly in the next week or two. ~Matt |
| login |