
function Chat() { }
Chat._path = '/chat/exec';

Chat.getMessage = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'getMessage', p0, p1, p2, p3, callback);
}

Chat.addMessage = function(p0, p1, p2, p3, p4, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'addMessage', p0, p1, p2, p3, p4, callback);
}

Chat.talkToOther = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'talkToOther', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback);
}

Chat.talkToOtherWithMessage = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'talkToOtherWithMessage', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback);
}

Chat.transStringToInteger = function(p0, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'transStringToInteger', p0, callback);
}

Chat.reLogin = function(callback) {
    DWREngine._execute(Chat._path, 'Chat', 'reLogin', callback);
}

Chat.findCustomerEvent = function(callback) {
    DWREngine._execute(Chat._path, 'Chat', 'findCustomerEvent', callback);
}

Chat.findEvent = function(p0, p1, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'findEvent', p0, p1, callback);
}

Chat.acceptChatApply = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'acceptChatApply', p0, p1, p2, p3, callback);
}

Chat.denyChatApply = function(p0, p1, p2, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'denyChatApply', p0, p1, p2, callback);
}

Chat.endChat = function(p0, p1, p2, p3, p4, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'endChat', p0, p1, p2, p3, p4, callback);
}

Chat.sendChatMessageTo = function(p0, p1, p2, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'sendChatMessageTo', p0, p1, p2, callback);
}

Chat.addEvent = function(p0, p1, p2, p3, p4, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'addEvent', p0, p1, p2, p3, p4, callback);
}

Chat.sendChatEventTo = function(p0, p1, p2, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'sendChatEventTo', p0, p1, p2, callback);
}

Chat.getAllMessage = function(p0, p1, p2, p3, p4, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'getAllMessage', p0, p1, p2, p3, p4, callback);
}

Chat.getChatMsgList = function(p0, p1, p2, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'getChatMsgList', p0, p1, p2, callback);
}

Chat.findRebotMsg = function(p0, p1, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'findRebotMsg', p0, p1, callback);
}

Chat.talkToRobot = function(p0, p1, p2, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'talkToRobot', p0, p1, p2, callback);
}

Chat.getGreeting = function(p0, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'getGreeting', p0, callback);
}

Chat.checkDate = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'checkDate', p0, p1, p2, p3, callback);
}

Chat.getCurrentDate = function(callback) {
    DWREngine._execute(Chat._path, 'Chat', 'getCurrentDate', callback);
}

Chat.getMeetingParticipants = function(p0, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'getMeetingParticipants', p0, callback);
}

Chat.getMemberInfo = function(p0, p1, p2, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'getMemberInfo', p0, p1, p2, callback);
}

Chat.joinStaticMeetting = function(p0, p1, p2, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'joinStaticMeetting', p0, p1, p2, callback);
}

Chat.getChatQuestionCats = function(p0, callback) {
    DWREngine._execute(Chat._path, 'Chat', 'getChatQuestionCats', p0, callback);
}

Chat.getRequest = function(callback) {
    DWREngine._execute(Chat._path, 'Chat', 'getRequest', callback);
}

Chat.setRequest = function(callback) {
    DWREngine._execute(Chat._path, 'Chat', 'setRequest', false, callback);
}
