Dialogflow Entities With Actions on Google

Dialogflow entities are used to identify and extract useful data from user input. Informations like place-name, date and time, person-name,percentage, quantity are very important to extract from user input.

For example user saying “Set a reminder for 12pm tomorrow.”

12pm and tomorrow are important info that we need, to set reminder. So in this case 12pm and tomorrow will become entities for our intent.

Continue Reading

Actions on Google Using Cloud Functions

Actions on Google Using Cloud Functions

In recent articles, we have seen how we can create an Action using Dialogflow and how to deploy it over the store. Today we will learn how to generate a dynamic responses in our actions on google application using cloud functions.

Today we will cover how to make cloud functions for Actions on Google which can respond dynamically or by performing some calculation.

Continue Reading