Cisco Cisco Unified Customer Voice Portal 10.5(1) 개발자 가이드

다운로드
페이지 91
V
OICE 
E
LEMENT
:
 
F
ORM
_W
ITH
_C
ONFIRM
 
 
C
ISCO 
CVP
 
V
OICE
XML
 
3.0 
 
 
Element Specifications 
 
 
 
Copyright 2001 - 2005 Audium Corporation.  All Rights Reserved. 1/14/05
 
48
 
Name (Label) 
Type 
Req’d
Single 
setting 
value 
Substitution 
allowed 
Default 
Notes 
confirm_max_noinput_count 
(Confirm Max NoInput) 
int ≥ 0 
Yes true  true 
The maximum number of noinput events allowed during form 
input confirmation.  0 = infinite noinputs allowed.  
confirm_max_nomatch_count 
(Confirm Max NoMatch) 
int ≥ 0 
Yes true  true 
The maximum number of nomatch events allowed during form 
input confirmation.  0 = infinite nomatches allowed.   
max_disconfirmed_count 
(Max Disconfirmed Count) 
int ≥ 0 
Yes 
true true 
The maximum number of times a caller is allowed to 
disconfirm a captured input.  0 = infinite disconfirmations 
allowed. 
form_confidence_level 
(Form Confidence Level) 
decimal
(0.0 – 1.0)
Yes true  true 
0.40 
The confidence level threshold to use for capture of the form 
data.  
confirm_confidence_level 
(Confirm Confidence Level) 
decimal
(0.0 – 1.0)
Yes true  true 
0.50 
The confidence level threshold to use for confirmation of the 
form data.  
voice_grammar 
(Voice Grammar) 
string 
*No false
true 
None 
Defines an external voice grammar for Form_With_Confirm, in 
a string format delimited with semi-colons specifying three 
values in the following order:  
1)  The grammar weight (optional) 
2)  The grammar type (optional) 
3)  URL of the grammar file (required) 
Note that if one of the two optional values (weight and type) is 
defined, the same number of delimiters (i.e. two semi-colons) 
must be used.  For example:  
•  0.6;application/srgs+xml;http://www.vxml.com/mygramma
r.grxml; 
•  application/srgs+xml;http://www.vxml.com/mygrammar.gr
xml 
•  0.6;;http://www.vxml.com/mygrammar.grxml 
•  http://www.vxml.com/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 at least one 
grammar.