jschnurr / botkit-middleware-dialogflow

Botkit middleware for Dialogflow (formerly api.ai). Supports Dialogflow API v1 and V2.
MIT License
29 stars 18 forks source link

Regarding Dialogflow's V2 API #7

Closed zahassanyum closed 6 years ago

zahassanyum commented 6 years ago

Hi,

Any idea when version 2 of the Dialogflow API would be implemented since it's now generally available and out of beta.

Migration guide

Official Dialogflow v2 SDK for Node.js

— H

ehrhart commented 6 years ago

Implemented Dialogflow V2 API for my own needs.

It's available in a GitHub repository in case someone else needs it.

Two major changes to take into account when porting:

jschnurr commented 6 years ago

v2.0.2 now supports both Dialogflow API versions v1 and v2. Complete refactor, updated README and examples using V2. Thanks @ehrhart - I was able to patch in some of your work.