application.lastresult$[i].utterance

application.lastresult$[i].utterance

For Standard Application Variables, application.lastresult$ holds information about the last recognition to occur within this application. It is an array of elements where each element, application.lastresult$[i], represents a possible result. The number of application.lastresult$ elements will always be greater than or equal to one and less than or equal to 5. For Session Variables, there are three variables that allow you to use the caller's phone number, the phone number the caller dialed, and a unique ID for the session. The application.lastresult$[i].utterance indicates the raw string of words that were recognized in an interpretation. In the case of a DTMF grammar, this variable will contain the matched digit string.

Related links

Related terms

for "application.lastresult$[i].utterance"

Search Glossary

Term of the Day

The record element is an input item that collects a recording from the user in a VXML application.