| Anonymous | The XML decision boolean tag is used to determine if either something exists or if it is equal to true or false, it does not do both at the same time.
So yes, existence means whether the variable exists, so if you referred to a valid element but gave an element data name that it did not use, it would not exist. Also, if you referred to an element that was either not in the callflow or was not visited by the caller, that would also mean the element data does not exist.
Yes, ANI would always exist because the Audium Server, if it is not sent, saves it as "NA".
No Audium element at this point stores variables as true or false (the YesNoMenu element, for example, stores values as "yes" or "no"), so an example would be a generic action element that stores the result of a database query into a variable as true or false. This is not very often used. You will most likely check to see if a variable exists or is equal to something.
Elam |
| Please sign in to flag this as inappropriate. |