| Variable |
Description |
| application.errorURL |
where to go if the application terminated due to an unhandled event. There is a default URL provided by the system; setting it empty deactivates this feature |
| session.accountID |
Voxeo ID of the called party (if known) |
| session.applicationID |
the Voxeo applicationID number |
| session.callerID |
the caller's phone number |
| session.calledID |
the number that was called to get here |
| session.eventsenderID |
the session ID of the sender of the last external event |
| session.eventvalue |
the event value sent to the invoking (parent) document when a <run> (child) session ends |
| session.ID |
identifier for the current session |
| session.lastchoice |
contains the return value used for the last user utterance. For example, where "color (red, white, blue)", then "color" is returned. |
| session.lastconfidence |
contains the match confidence value from the last user input that successfully matched in the application |
| session.lasterror |
printable information about the last error that happened |
| session.lasteventID |
contains the last event/action's 'id' value, which can then be compared with an element's 'id' attribute to perform application logic |
| session.lastphrase |
contains the user's last utterance. For example, where "color (red, white, blue)", then "white" could be returned. |
| session.lasttermdigit |
contains information that remembers the last termdigit the caller pressed |
| session.privatecallerID |
contains a boolean value which indicates whether or not 'callblocking' is enabled for the number. Note that this value may not always be populated, depending on the exchange. |
| session.redirectedcalledID |
displays the original callerID value, if the number dialed has an active redirect enabled |
| session.SIPCallID |
displays a unique ID that can be used to track a SIP-based call |
| session.subaccountID |
party-specific information |
| settings.choices.sensitivity |
Adjusts how sensitive the interpreter is to loud versus quiet input. Adjusting upwards will make the interpreter more sensitive to quiet input. This property can be useful if your end user will be accessing the application in a very noisy environment, although it is advised that you use this setting very carefully, as it may have a detrimental effect on recognition accuracy. Allowed values are 0 to 100 with a default of 50. |
| settings.choices.inputmodes |
Restricts the input mode to either voice or DTMF. Allowed values are "voice" or "dtmf". |
| settings.choices.minconfidence |
Allows adjusting how accurate a user's utterance needs to be to get a valid grammar match. Allowed values are 0 to 100 with a default of 35. 0 will match all input, 100 will cause nomatch on all input. |