Google Action for Indian Institute of Technology Bhubaneswar
Invoke action by speaking Talk to IIT Bhubaneswar Guide
to Google Assistant.
- Inside Campus Map (ex: Show me direction to SES)
- Timetable
- Bus schedule
- BOV schedule
- Upcoming institute holidays (Ex-Show me upcoming holidays)
- Mid/End Semester Exam schedule
- Upcoming institute events
- Important Contacts
- Much more to come
- Download the existing code to your local system
git clone https://github.com/dsciitbbs/iitbbsguide
-
Go to the Activity Controls page. Sign in with your Google account, if you have not already done so. Ensure that the following permissions are enabled:
Web & App Activity, Device Information and Voice & Audio Activity
-
Open the Actions Console > Click New project > Type in a Project name, i.e. "IIT Bhubaneswar Guide".
-
Click Create Project.
-
Click Build your Action to expand the options and select Add Action(s).
-
Click Add your first Action.
-
On the Custom intent dialog, click Build to launch the Dialogflow console and click create.
-
Click the gear icon on the left navigation and click Export and Import.
-
Click Restore From Zip and Upload the downloaded ZIP file. Type "RESTORE" and click the Restore button and click Done.
-
Make the necessary changes and download the ZIP again with the changes and make the Pull Request on this repository.
Note: index.js is provided as a gist here so that you can add it to the fulfillment section (which you'll need for webhook calls and custom payloads, such as opening Google Maps) easily. Just copy and paste 😁
TBD