developer_guide:voicexml_references:elements:meta

< meta >

The < meta > element specifies general information about the VoiceXML application.

<meta
name="String"
content="String"
http-equiv="String"/>
nameThe name attribute is the name of the meta-data property. This attribute is required (specifically either name or http-equiv).
contentThe content attribute is the value of the meta-data property. This attribute is required.
http-equivThe http-equiv attribute is the name of an HTTP response header. This attribute is required (specifically either name or http-equiv).
applicationThe application attribute defines name of the application for billing purposes.
Meta-data PropertiesThe application meta-data property defines the name of the application for billing purposes.
callrequestThe call request meta-data property defines if the application will accept or decline incoming calls. If the value is decline, then the application will decline incoming calls. Otherwise, the application accepts incoming calls.
maintainerThe maintainer meta-data property is the email address that log files will be sent to.
<vxml>
None.
None.
None.

Meta information:

<?xml version="1.0"?>
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">
 <meta name="maintainer" content="jpdoe@anycompany.example.com"/>
 <form>
  <block>  
   <prompt>Hello</prompt> 
  </block>
 </form>  
</vxml>

Meta specifies an HTTP response header:

<?xml version="1.0"?>
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">
 <meta http-equiv="Expires" content="0"/> 
 <meta http-equiv="Date" content="Thu, 12 Dec 2000 23:27:21 GMT"/> 
 <form>
  <block>  
   <prompt>Hello</prompt> 
  </block>
 </form>  
</vxml>
  • developer_guide/voicexml_references/elements/meta.txt
  • Last modified: 2015/10/27 21:38
  • by borja