chatbot icon indicating copy to clipboard operation
chatbot copied to clipboard

chatbot sample with flutter and dialogflow

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