Voice

Home 

Custom JavaScript Code Block

Inserts a fragment of programmer-defined JavaScript code into the voice application. The objAppCtx variable holds a reference to Application Context object. The objBlockDOMNode variable contains a reference to an MS XML object referring to the block XML node in the application XML file.

Examples:

objAppCtx.LogInfo("Some Information for log"); // log some data

var DNIS = objAppCtx.CallProperties.Item(“InteractionData”).Item(“DNIS”); // interaction data access

objBlockDOMNode.selectSingleNode("Configuration/Param[@Name='SomeCustomParam']/text()").nodeValue // custom parameters access

The JavaScript programmer is responsible for the validation of the code.

Settings

Label - Change the name of the block if needed to uniquely identify the use of this block in the application flowchart.

When Configuration for this Block is Complete:

Click the Update button to apply the settings.


Was this article useful?