VoiceXML application structure When deciding how best to structure your VoiceXML applications, you may want to consider the issues discussed in this section.
Invoking a State Table using Voice XML To invoke a Blueworx Voice Response for AIX state table, you must use the invokeStateTable() method. Only string parameters may be passed to the state table using this method, so if your state table requires numeric parameters, you will need to invoke it from another state table with the capacity to accept strings from the Voice XML application using the invokeStateTable() method.
Using multiple result grammars This section describes how to use multiple result grammars in Blueworx Voice Response VoiceXML applications.
Using a proxy server To access your application files using a proxy server, you need to modify configuration file default.cff.
Testing built-in field types Examples of the types of input you might specify when testing an application that uses the built-in field types are included here.