maxspeechtimeout
maxspeechtimeout
Example
<?xml version="1.0"?>
<vxml version="2.0">
<property name="maxspeechtimeout" value="120s"/>
<form>
<record name="myrecording" beep="true">
<prompt>
Please record a message after the beep.
</prompt>
<filled>
You just recorded the following message:
<value expr="myrecording"/>
</filled>
</record>
</form>
</vxml>Explanation
Notes
Last updated