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

Page of 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
 
52
 
Element Data 
Name 
Type 
Notes 
value 
string  This stores the value of the VXML field name variable. 
value_confidence 
float  This stores the confidence score of the captured Form_With_Confirm utterance. When n-best recognition is enabled, 
this stores the confidence score of the top hypothesis in the n-best list. 
<SLOT_ELEMENT_DATA1> 
<SLOT_ELEMENT_DATA2> 
… 
<SLOT_ELEMENT_DATAX
*
string  A separate set of element data stores the interpretation values for each filled slot of captured n-best utterances. 
While the maximum number of <SLOT_ELEMENT_DATAX> values is equal to the maxnbest setting value, the 
actual number of these values available is dependent on speech recognition at runtime, where 
<SLOT_ELEMENT_DATA1> holds the slot value of the top hypothesis in the n-best list and 
<SLOT_ELEMENT_DATAX> holds the slot value of the last hypothesis. Note that if the slot_element_data 
setting is blank, these sets of element data will not be created. 
nbestLength 
int ≥ 1  This stores the number of n-best hypotheses generated by the speech engine.  
nbestUtterance1 
nbestUtterance2 
… 
nbestUtteranceX
 
string  This set of element data stores the captured n-best utterances. While the maximum number of nbestUtteranceX
values is equal to the maxnbest setting value, the actual number of these values available is determined by speech 
recognition at runtime, where nbestUtterance1 holds the utterance of the top hypothesis in the n-best list and 
nbestUtteranceX
 holds the utterance of the last hypothesis. 
nbestInterpretation1 
nbestInterpretation2 
… 
nbestInterpretationX
 
string  This set of element data stores the interpretations of captured n-best utterances. While the maximum number of 
nbestInterpretationX
 values is equal to the maxnbest setting value, the actual number of these values 
available is determined by speech recognition at runtime, where nbestInterpretation1 holds the 
interpretation of the top hypothesis in the n-best list and nbestInterpretationX holds the interpretation of 
the last hypothesis. 
nbestConfidence1 
nbestConfidence2 
… 
nbestConfidenceX
 
float  This set of element data stores the confidence scores of captured n-best utterances. While the maximum number of 
nbestConfidenceX
 values is equal to the maxnbest setting value, the actual number of these values available 
is determined by speech recognition at runtime, where nbestConfidence1 holds the confidence score of the top 
hypothesis in the n-best list and nbestConfidenceX holds the confidence score of the last hypothesis. 
nbestInputmode1 
nbestInputmode2 
… 
nbestInputmodeX
 
string  This set of element data stores the input modes of captured n-best utterances.  
 
*
 “SLOT_ELEMENT_DATA” is a string identical to the configuration value of the “
slot_element_data
” setting, and X is from 1 to 
the length of the n-best list.  If more than one such value is configured, then multiple sets of element data using the same naming 
convention will be created.