public interface PromptCountable
<initial>, and menu has an internal
prompt counter that is reset to one each time the form or menu is entered.
Whenever the system selects a given input item in the select phase of FIA
and FIA does perform normal selection and queuing of prompts, the input
item's associated prompt counter is incremented. This is the mechanism
supporting tapered prompts.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Retrieves the name.
|
org.jvoicexml.xml.VoiceXmlNode |
getNode()
Retrieves the corresponding node in the VoiceXML document.
|
int |
getPromptCount()
Retrieves the value of the prompt counter.
|
void |
incrementPromptCount()
Increments the prompt counter.
|
void |
resetPromptCount()
Resets the prompt counter.
|
java.lang.String getName()
org.jvoicexml.xml.VoiceXmlNode getNode()
int getPromptCount()
void incrementPromptCount()
void resetPromptCount()