500-450 · Question #7
Which option lists the minimum extended call variables that are needed for Cisco Unified Customer Voice Portal Agent Greetings?
The correct answer is B. user.microapp.ToExtVXML, user.microapp.app_media_lib, user.microapp.input_type. Option B is correct because Cisco CVP Agent Greetings requires user.microapp.ToExtVXML to pass parameters to the external VXML application, user.microapp.app_media_lib to specify the path to the media file library, and user.microapp.input_type to define how caller input is…
Question
Options
- Auser.ToExtVXML, user_app_media_lib, user.input_type
- Buser.microapp.ToExtVXML, user.microapp.app_media_lib, user.microapp.input_type
- Cuser.microapp.FromExtVXML, user.microapp.app_media_lib, user.microapp.input_type
- Duser.microapp.ToExtVXML, user.microapp.app_media_Server, user.microapp.locale
- Euser.microapp.FromExtVXML, user.microapp.app_media_Server, user.microapp.input_type
How the community answered
(61 responses)- A3% (2)
- B89% (54)
- C2% (1)
- D5% (3)
- E2% (1)
Explanation
Option B is correct because Cisco CVP Agent Greetings requires user.microapp.ToExtVXML to pass parameters to the external VXML application, user.microapp.app_media_lib to specify the path to the media file library, and user.microapp.input_type to define how caller input is collected - these three together are the documented minimum set for the micro-application to function.
Why the distractors fail:
- A - Missing the required
user.microapp.namespace prefix entirely; truncated variable names don't exist in CVP. - C -
FromExtVXMLis the wrong direction; that variable receives data from an external VXML app, but Agent Greetings needs to send data outward viaToExtVXML. - D - Swaps
app_media_libfor the non-existentapp_media_Server, andinput_typeforlocale, which is not a minimum requirement for Agent Greetings. - E - Combines both errors from C and D: wrong direction (
FromExtVXML) and wrong media variable (app_media_Server).
Memory tip: Use the phrase "To the Lib, get Input" → ToExtVXML + app_media_lib + input_type - and remember the full user.microapp. prefix is always required (ruling out A immediately).
Topics
Community Discussion
No community discussion yet for this question.