dialogflow-botkit-client
dialogflow-botkit-client copied to clipboard
Botkit library for Dialogflow
Hi, Implement a catch all could be a great idea, I've imported an agent in dialogflow but I don't use all actions, so if dialog get some action that I...
Because if it's not. the readme text is very misleading.
kkak
How can I change the language option instead of {"lang": "en"}?
Botkit has middleware that allows you to call `next()` when you're done, allowing you to block the execution of future handlers until an async task is done. I need this...
I'm attempting to use the library with a Microsoft Bot Framework bot (`Botkit.botframeworkbot`) and running into an error with the references to `bot.identity.id`, which doesn't appear to be defined for...
Hi @xVir , We are working on a slack channel integrating with api gateway and lambda, which backed by api.ai. The workflow: slack channel(outgoing webhook)--> post api-gateway --> invoke lambda...