voicename

voicename

Default Value: Varies by system

This property globally sets the default voice for a VoiceXML script.

Example

<?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>

Explanation

None

Notes

None

Last updated