public interface DtmfInput
Objects that implement this interface are able to detect character input and to control input detection interval duration with a timer whose length is specified by a VoiceXML document.
If an input resource is not available, an error.noresource event
must be thrown.
| Modifier and Type | Method and Description |
|---|---|
void |
addDtmf(char dtmf)
The user entered a DTMF.
|