DtmfElementCompleteEvent Class

DtmfElementCompleteEvent Class

Raised by:  TAS
Base Class:  DtmfElementFiredEvent
Derived Classes:  None

DtmfElementCompleteEvent is raised by the platform when a SALT dtmf element passes a recognition result event (onreco, onsilence, onnoreco or onerror) back to application script.

DtmfElementCompleteEvent implements RecoResult, and has the following properties:

Property

Type

Description

Operation

String

The name of the script event that was raised or method that was called (for example, onreco, start, and onerror).

AttributesAndProperties

String

A string containing all attributes and properties of the element, including XML type information with the XML DOM object and recognition results.
If the property is not an XML type, only strings and numbers are included.

ID

String

The ID attribute of the element.

Status

Integer

The SALT status property.

Text

String

A string containing the DTMF input (the keys that have been pressed) since the beginning of the recognition process.

RecoResult

String

The result from the recognition.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Event Filters | Filtering Logged Events