Hi I am using resultNoMatch callback:
Sonus.annyang.addCallback('resultNoMatch', function(phrases){
console.log("NoresultmatchFound",phrases)
But getting following console output:
Phrases are not getting displayed instead some random function
NoresultmatchFound function require(path) {
try {
exports.requireDepth += 1;
return self.require(path);
} finally {
exports.requireDepth -= 1;
}
}