onMessageSent( )


An event that fires when a site visitor sends a chat message.

The onMessageSent() event handler runs when a chat message is sent. The sent Message object contains information about the message that was sent.

Method Declaration
Copy
Method Parameters
messageMessageRequired

The message that was sent.

Did this help?