Comment on page
voicename
Default Value: Varies by system
This property globally sets the default voice for a VoiceXML script.
<?xml version="1.0"?>
<vxml version="2.0">
<property name="voicename" value="lauren"/>
<form>
<field name="myfield">
<grammar type="application/x-jsgf" mode="voice">
( one | two )+
</grammar>
<prompt>
Say any number of the digits one or two.
</prompt>
<filled>
You said <value expr="myfield"/>.
</filled>
</field>
</form>
</vxml>
None
None
Last modified 3yr ago