| event |
Data Type: (ECMAScript Expression) |
Default: none - attribute is optional |
The event attribute specifies the event object to be sent to the target session to provide notifaction. The event endpoint may also be sent along with the event, if any.
|
| sessionid |
Data Type: (ECMAScript Expression) |
Default: none - attribute is required |
| The sessionid attribute indicates the thread of control to which the endpoint will be added. |
| source |
Data Type: (ECMAScript Expression) |
Default: Optional |
| The source attribute specifies an ECMAScript expression which evaluates to a connectionID or dialogID. The event source that is associated with the identifier is then moved to the target specified in the sessionid attribute. source or event must be specified when using this element, (bot not both!), else an error.fetch event will be thrown. If the attribute holds an invalid value, then an error.semantic event will be thrown. |