Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 897 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 897 Bytes

googleassistant-timetable

My time table schedule integrated with google assistant

When a user calls Google Assistant, a request is sent to Dialogflow (earlier called Api.Ai), which proccesses the request for natural language and sends the accurate request data to Firebase functions which does some magic and return the response line.

This is based upon batch timetable for Galgotias University and mess timetable for hostel.

Installation

Firebase

  1. Create a new firebase project
  2. Use command line to upload database and cloud functions
Dialogflow
  1. Edit dialogflow/agent.json
  2. Add your webhook url in place of WEBHOOK
  3. Add your project ID in place of GAPROJECTNAME
  4. zip the files under dialogflow and import it in your assistant project on dialogflow

Finally integrate it with Google Assistant under the Integration tab in Dialogflow