<param ...> element


Additional, non-standard configuration of the prompt engine is accomplished with the use of the param element, which passes parameters and their values to the platform.

The exact nature of the configurative parameters will differ according to the proprietary platform used. Values of parameters may be specified in an XML namespace, in order to allow complex or structured values.


Attributes

Name Data type Default
name
CDATA
required
xmlns
uri
implied

Children

none

Parents

Properties

none

Methods

none

Examples

<prompt>
    
<salt:param name="promptServer">
        //myplatform/promptServer
    </salt:param>
   
 ...
</prompt>

 

<prompt>
    
<salt:param name="myDTMFParam">
         //myplatform/recoServer
    </salt:param>
   
 
...
</prompt>

 

<prompt>
    
<salt:param name="myDTMFParam">
         myDTMFValue
    </salt:param>
   
 
...
</prompt>

 

Extra info

For details on usage of this element, see the SALT Specification, Version 1.0.