Share via


smex Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Communicates with external Speech Application Language Tags (SALT) components.

Syntax

<smex attributes>
    <bind attributes />   // Copies recognition results to page elements or calls a method of another page element
    <param attributes />  // Custom configuration (optional)
</smex>

Members

The Simple Messaging Extension (smex) element comprises the following members.

Content Description

bind

Copies all or part of the smex message to another element on the Web page or calls a method on another page element.

param

Specifies a Speech Server configuration parameter. Optional.

Attribute Description

id

Identifies the smex element. Optional.

sent

Specifies the message to be sent to the platform component. Optional.

timer

Specifies, in milliseconds, the time before an ontimeout event occurs. Optional.

Property Description

received

Returns the received message. Read-only.

status

Returns the recent status of the object. Read-only.

Event Description

onreceive

Occurs when the browser receives a platform message.

ontimeout

Occurs when the time-out expires.

onerror

Occurs when a communication error occurs.

Remarks

The smex element is a SALT element that communicates with the external components of the SALT platform. The default smex element is used solely with the Telephony Interface Manager (TIM) for telephony call control.

See Also

Concepts

dtmf Element
listen Element
param Element
prompt Element