Cisco Cisco Unified Customer Voice Portal 11.0(1) Guida Dello Sviluppatore

Pagina di 103
V
OICE 
E
LEMENT
:
 
F
ORM
_W
ITH
_C
ONFIRM    
 
 
 
          
E
LEMENT 
S
PECIFICATIONS FOR 
C
ISCO 
U
NIFIED 
C
USTOMER 
V
OICE 
P
ORTAL 
R
ELEASE 
4.0(1)
 
 
 
38
 
Name (Label) 
Type 
Req’d
Single 
setting 
value 
Substitution 
allowed 
Default 
Notes 
dtmf_grammar 
(DTMF Grammar) 
URI 
*No false
true 
None 
Defines an external DTMF grammar for Form, in a string format 
delimited with a semi-colon specifying two values in the 
following order: 
1)  The grammar type (optional) 
2)  The grammar URL (required) 
The type can be left blank to use the adapter default or set to 
‘null’ to not include a type at all. For example:  
    application/srgs+xml;http://IP:PORT/mygrammar.grxml 
    null;http://IP:PORT/mygrammar.grxml 
    http://IP:PORT/mygrammar.grxml 
This setting is repeatable so multiple external grammar sources 
may be specified. None of the four settings - 
voice_grammar, dtmf_grammar, voice_keyword 
and dtmf_keypress, are required, but at least one must be 
specified since a form cannot be completed without a grammar. 
voice_keyword 
(Voice Keyword) 
string 
*No false
true 
None 
Defines the inline voice grammar for Form_With_Confirm, with 
each configuration of this repeatable setting specifying one 
option for the grammar.  The valid format is a string separated 
with a semi-colon specifying two values in the following order: 
1)  The weight of the grammar item (optional) 
2)  The grammar item (required) 
Note that the grammar item may either contain the input itself 
followed by an optional return value, or just the input.  Sample 
configurations values are: 
    0.6; news report [news] 
    0.6; news report 
    news report [news] 
    news report 
None of the four settings -
 voice_grammar
dtmf_grammar, 
voice_keyword
 
and 
dtmf_keypress
, are required, but at 
least one must be specified since a form cannot be completed 
without at least one grammar.