500-450 · Question #74
You have deployed a VXML application named MyVXMLApp. Which variable name must be passed using one of the user.microapp.ToExtVXML ECC variables?
The correct answer is D. application=MyVXMLApp. When using Cisco's user.microapp.ToExtVXML ECC variables to invoke an external VXML application, the system requires the keyword application as the variable name - making application=MyVXMLApp the correct format (option D). This is a reserved parameter name that the Cisco…
Question
Options
- Aappname=MyVXMLApp
- Bapp=MyVXMLApp
- Cvxmlapp=MyVXMLApp
- Dapplication=MyVXMLApp
How the community answered
(33 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (29)
Explanation
When using Cisco's user.microapp.ToExtVXML ECC variables to invoke an external VXML application, the system requires the keyword application as the variable name - making application=MyVXMLApp the correct format (option D). This is a reserved parameter name that the Cisco microapplication framework specifically looks for to identify which VXML application to route the call to.
Options A (appname), B (app), and C (vxmlapp) are plausible-sounding abbreviations but are not recognized parameter names by the Cisco system - using them would result in the application failing to launch or the variable being ignored entirely.
Memory tip: Think of the full word - application mirrors the root XML element <application> in the VoiceXML specification itself, so the naming is intentionally aligned with the standard. If you remember "full word, no shortcuts," you'll avoid being tricked by the abbreviated distractors.
Topics
Community Discussion
No community discussion yet for this question.