Controls platform settings. Properties are used to set values that affect platform behavior, such as the recognition process, timeouts, caching policy, etc. Please refer to the Properties reference for a list of properties.
<property
name="string"
value="string" />
|
|
Attribute |
Description |
|
name |
The property name. Required. |
|
value |
The string value of the property. Exactly one of value or expr must be specified. |
Field Form Initial Menu Object Record Subdialog Transfer Vxml
None
None
<?xml version="1.0"?>
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">
<property name="metricslevel" value="3"/>
<form>
<block>
Hello, world!
</block>
</form>
</vxml>
|