I have set of AIML files which i want load in NOde.js. Please let me know how to go about it
Code:
var restify = require('restify');
const builder = require('botbuilder');
const AIMLInterpreter = require('AIMLInterpreter');
const aimlInterpreter = new AIMLInterpreter({ name: 'John', age: '25' });
aimlInterpreter.loadAIMLFilesIntoArray(['C:\\Users\\anagha\\Documents\\rosie-master\\rosie-master\\lib\\']);
via Anagha
No comments:
Post a Comment