You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varisLoaded=false;varcallback=function(){// do nothing};//loading the AIML filesaiml.load(function(){isLoaded=true;});varyourFunction=function(message,inputStr,replyMessage,callback){while(!isLoaded){varmessage=aiml.reply(message,callback);// ... use message here}};// you can use a reply wrapper and set a timeout if you want to have continuous reply stream.