<foreach>
The foreach element allows a VoiceXML application to enter an array and execute all its content contained within <foreach> element for each item in the array.
Attributes:
|
array |
An ECMAScript expression that must evaluate to an array. |
|
item |
A variable which stores each array item when iterated. |
|
parent |
Prompt, |
|
children |
audio, break |
