
Explore how DialogFlow connects to actions on Google, define an agent with intents and entities, and build a fulfillment app to respond to user queries via the assistant.
Explore how Actions on Google creates the default fallback and default welcome intents automatically, how these intents trigger when input isn’t matched, and how to customize responses and contexts.
This lecture guides you to build a FAQ action in Google Assistant using Actions on Google by creating intents, adding training phrases, and crafting responses, then testing in the simulator.
Enable webhook fulfillment in Google Assistant using the inline editor, and deploy with Firebase functions and DialogFlow-fulfillment to map intents like Welcome and Fallback and send rich media cards.
Set up the Firebase Realtime Database, generate and use a private key, enable locked mode security, and configure the firebase-admin SDK in Node.js to securely store musicians' votes.
Save votes to a realtime database in Firebase by creating a custom singer entity. Update artist vote counts with a one-time read and deploy the function to handle user input.
Learn to use a webhook for slot feeling, store session data with the Actions on Google library, and redirect users after multiple fallbacks during a DialogFlow conversation.
Read artist vote data from Firebase, order by votes, and present each artist's name with its vote count, using async/await to return the results to Dialogflow.
Integrate your web services with Google Action by exposing internal or third-party APIs to Google Action, illustrated with a public meetups API to show upcoming events.
Learn how web services enable machine-to-machine communication through APIs, comparing SOAP and RESTful approaches, with HTTP, XML/JSON data, and key security methods like API keys and OAuth.
Learn to obtain a meetup.com API key, call the events endpoint, and display upcoming meetups by configuring parameters, location coordinates, and a config-driven Node.js app.
Learn to call an API with request-promise, handle responses, and save meetup data into the Actions on Google conv data for stateful conversation in Google Assistant.
Learn to display a meetup in a basic card on Google Assistant devices, fetch meetups asynchronously, and enable next, previous, and list all meetups in a single flow.
Design conversations across devices by defining surface capabilities in Actions on Google, enabling or restricting audio and screen output, and crafting multi-surface conversations or response-branching experiences.
Test our app on devices and add test users to enable testing for Google Assistant development with Actions on Google, bringing you closer to completion.
Test on Google Home by using voice commands like 'talk to Jane from Udemy' and 'show all meetups,' then add test users to uncover problems that real users may reveal.
Hello, and welcome to the course where you will build an app for the Google Assistant. Are you excited?
This course will show you how to create an app for the Google Assistant and Google Home in Node.js!
You'll learn about Google Assistant development from scratch!
Assistants represent one of the major trends in 2020. Some have even suggested they'll eventually supplant our app-based ecosystem. With apps for Assistants, you're building an app that works on smart speakers, like Google Home, and devices like Android phones, Android watches.
App leaders like Apple, Amazon, and Google, who want to guarantee that people spend most of their time in their apps, are placing big bets on Assistants. And devices like Google Home are penetrating into our homes.
So, if the predictions turn right, this will open up a new channel for businesses to reach a large audience. And here is a BIG OPPORTUNITY FOR YOU! Be one of the first people that know how to build apps for the Assistant. You can build it for your business or other people.
My name is Jana Bergant, and I'm a developer with over 20 years of experience. I'm an IT instructor teaching people new tech skills. Over 17000 people are already taking my course.
In the tutorial, we'll be building a sample app. Its purpose is only to show you how things work. We'll host our app on Firebase, so you'll learn how to use Firebase Realtime database and use Firebase functions. To get the most out of the course, you can work on this sample bot and also work on your own ideas. I've added assignments where you'll build your app.
For this course, YOU NEED PROGRAMMING SKILLS; you need at least basic node.js knowledge and basic expertise with GIT. And the best way to learn is to work with me all through the course. I'll be here all the way.
You DON'T NEED TO HAVE GOOGLE HOME; we will test on the simulator.
If you have any questions, let me know. If something is not clear, let me know. Contact me via the private messaging or Frequently asked questions, and we'll clear things up. This will help me and the course to get better!
This domain is still very new and changing rapidly. I'm working on making this course as fresh as it can be.
And remember, I'LL BE THERE FOR YOU. I help all my students at every step of development.
So, let's get started.
The last update of the course was on:
27th February 2020
I added DialogFlow mega agents
15th November 2019
I added: Account Linking with Google SignIn
15th November 2019
I added: REGEXP entities, an automated expansion for entities and fuzzy matching