An agent created using API.AI, Node.js, and Express.js
Movie Guide is an agent created using API.AI with a webhook that was created using Node.js and Express.js. It is integrated with Actions on Google and can be used on devices such as smartphones running Android, and Google Home.
Alternatively, you can interact with Movie Guide on your browser by going here
Movie Guide offers information to the user about movies. Users can interact with it using their voice or through text.
Here are some interaction samples:
You can invoke Movie Guide on your Google/Android device like this,
You can ask for movie details such as,
And,
You can also ask things like,
Movie Guide remembers what you were talking about, through the power of contexts!
-
My webhook is hosted on Heroku on its free plan. This means that it takes a few seconds for the server to start working when invoked for the first time. When the server is loading up, or if it somehow crashes, Movie Guide will let you know.
-
The two APIs I am using to gather information about movies are limited in their functionality, especially when it comes to obtaining information about directors and actors. Therefore, sometimes, Movie Guide will be unable to provide COMPLETE information. It tries its best though :) I will be updating the application once a more sophisticated API is available, or until I finish working on my web scraper.