Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 630 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 630 Bytes

chatbot

A sample of using DialogFlow with flutter.

Getting Started

git clone https://github.com/ypelud/chatbot.git
cd chatbot
flutter packages get
  • Create a new Google Cloud Project on the Google Developers Console
  • Enable DialogFlow API Google Developers Console (under APIs & Services -> Library)
  • Create a service account key (under APIs & Services -> Credentials -> Create credentials -> Service account key)
  • Copy/rename the json file to config/dialogflow.json
flutter run