intuit / benten

Chatbot Development Framework (with Slack integration for Jira and Jenkins)
MIT License
135 stars 57 forks source link

Dialogflow V1 to V2 upgrade #38

Closed strangest-quark closed 5 years ago

strangest-quark commented 5 years ago

To be considered:

  1. Session context reset hasn't been handled. Preliminary tests with karate mocks work fine. Need to figure out a way to set/delete session contexts like in v1 client.
  2. V2 agent supports only OAuth. Thus dialogflow token will have to be replaced by project-id and OAuth setup has to be done for agent. Refer https://dialogflow.com/docs/reference/v2-auth-setup. TODO: Readme update.