Cisco Cisco Unified Customer Voice Portal 10.5(1) Release Note

Page of 145
C
HAPTER 
2:
 
A
PPLICATION
_M
ODIFIER
 
 
 
 
 
         
E
LEMENT 
S
PECIFICATIONS FOR 
C
ISCO 
U
NIFIED 
CVP
 
VXML
 
S
ERVER AND 
C
ISCO 
U
NIFIED 
C
ALL 
S
TUDIO 
 
 
 
3
 
 
Chapter 2: Application_Modifier 
The Application_Modifier action element is used to modify context variables and remove session data values at runtime in a voice 
application. It allows for a developer to change the application’s environment anywhere in the callflow. A typical use for the 
Application_Modifier element would be for multi-language support because it can be used to change the application level xml:lang 
and encoding values. Visiting an Application_Modifier element instance will update the application for the current session only. 
Settings 
Name (Label) 
Type 
Req’d 
Single 
setting 
value 
Substitution 
allowed 
Default 
Notes 
maintainer 
(Maintainer) 
string No 
true true  None 
This setting specifies the e-mail address of the 
voice application administrator. This value is set 
in a VoiceXML <meta> tag. 
language 
(Language) 
string No 
true true  None 
This setting specifies the language identifier to 
specify in each VoiceXML document's 
"xml:lang" attribute. This value is set in the 
<vxml> tag. 
encoding 
(Encoding) 
string No 
true true  None 
This setting specifies the
 
encoding to use when 
creating VoiceXML documents. This value is 
set in the <xml> tag. 
default_audio_path 
(Default Audio Path) 
string No 
true true  None 
This setting specifies a partial URI to a path 
containing the audio content for this voice 
application. 
remove_session_data 
(Session Data to Remove) 
string No 
false true  None 
This setting specifies the
 
names of session data 
values to remove from this voice application. 
Exit States 
Name 
Notes 
done 
The application’s context variables were modified and session data values were removed. 
Studio Element Folder:  Context 
Class Name:
 
com.audium.server.action.context.ApplicationModifier