sirasitxp / chatbot

chatbot sample with flutter and dialogflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

chatbot sample with flutter and dialogflow

License:MIT License


Languages

Language:Dart 86.0%Language:Objective-C 9.5%Language:Java 4.6%