Step 2: Create Two Voicebrowser Script Variables
Begin the Voicebrowser.aef script design process by using the Variable pane of the Cisco Unified CCX Editor to define two script variables.
Voicebrowser.aef Script shows the variables of the Voicebrowser.aef script as they appear in the Variable pane of the Cisco Unified CCX Editor window.
Variable Name |
Variable Type |
Value |
Function |
---|---|---|---|
DEFAULT_DOC_VER3 (the name is arbitrary) |
Document |
DOC[] |
Specifies the VoiceXML Document that will be used as a parameter in the Voice Browser step. This variable is required. |
uri (the name is arbitrary) |
String |
"" (You need to enter the voiceXML document http address between the quotes) |
Specifies the URI address of the VoiceXML document. The example in the previous figure uses: “http://www.mycompany.com/VoiceXmlDocument.vxml” This variable is optional but if you do not use it, then each time in a script that you need to reference the uri of the VoiceXML document, you will need to specify it with the Create URL Document step rather than just use the Document variable. This variable is used as a parameter in the Create URL Document step where you assign it to the document variable. |