Cisco Cisco Unified Customer Voice Portal 10.0(1) Developer's Guide

Page of 79
A
PPENDIX 
A:
 
T
HE 
V
OICE 
F
OUNDATION 
C
LASSES
 
 
C
ISCO 
CVP V
OICE
XML 3.1
 
 
  
Programmer 
Guide 
 
• 
Utility Classes
. These classes are used by the VFCs to aid in the organization of data they 
require. The following lists those classes: 
com.audium.core.vfc.util.VoiceInput.
 This class is used to encapsulate how input is to be 
expected from the caller. It can encapsulate voice only input, DTMF only input, or both. 
It is also used to specify what data to look for, which can be a single or multiple 
keywords or keypresses. This class is typically used with menus and forms. 
com.audium.core.vfc.util.IfCondition.
 This class is used to specify an expression to put 
inside an if statement. It handles standard numerical and string operations and can 
support expressions contains “ands” (&&) and “ors” (||).  
com.audium.core.vfc.form.UsedInFilled.
 This class is a Java interface that is used to 
identify all the VFCs that can be used inside a 
<filled>
 tag. It is used simply as a 
marker for those VFCs. 
 
 
 
Copyright 2001 - 2005 Audium Corporation.  All Rights Reserved. 10/05
 
79