Name
global.AgentChat
Description
A client-callable script include wrapper for calling sn_cs.AgentChatScriptObject scriptable API
Script
var AgentChat = Class.create();
AgentChat.prototype = Object.extendsObject(AbstractAjaxProcessor, {
type: 'AgentChat',
getVersion: function() {
return sn_cs.AgentChatScriptObject.getVersion();
}
});
Sys ID
05b02b2b0faf10103b68ff5eef767ef6