ApiAiRecognizer icon indicating copy to clipboard operation
ApiAiRecognizer copied to clipboard

NPM module to use api.ai instead of luis.ai for Microsoft Bot Framework

Results 4 ApiAiRecognizer issues
Sort by recently updated
recently updated
newest added

Hi there, According to docs, if we need to match an intent and respond acc to that then, we can do something like this ``` intents.matches('intent.name',function(session,args){ session.send("your response"); }); ```...

Due to changes on api.ai side the old method of handling api.ai doesn't work

"Action" is very important feature to work with. Please add it to the api.ai recognizer version. For me, if you could pass the all json result from api.ai it could...

Is there a way to activate custom events in API.ai using this API?