Tag Archives: Google Assistant

Google – Use spreadsheet with codepen.

If you want to share your spreadsheet from your Google Drive then you need to have proper security settings. This settings can be done from main menu : File – Share – Publish to web, see the next image: See the Pen google_001 by Cătălin George Feștilă (@catafest) on CodePen. This is a simple example… Read More »

Google – Starting development with Google and Google Assistant – part 004.

The tutorial for today is about system entities in Dialogflow. Each intent parameter has a type, called the entity type. Because are many entities then you need a system entity. The system entities allow agents to extract information like address, emails, currency, and phone numbers, favorite options like colors, foods, or any piece of information… Read More »

Google – Starting development with Google and Google Assistant – part 003.

I used the Default Welcome Intent to add the new option for my assistant with GOOGLE ASSISTANT. The GOOGLE ASSISTANT comes with many features like a rich response. Use a rich response if you want to display visual elements to enhance user interactions with your Action. These visual elements can provide hints on how to… Read More »

Google – Starting development with Google and Google Assistant – part 002.

In this part of the tutorial, I will show you how to create the content for the assistant. At this moment Google provides a good tool named Dialogflow Console and a new tool with a billing required option named Dialogflow CX agent. Let’s start with basic settings for Dialogflow online tool in order to build responses… Read More »

Google – Starting development with Google and Google Assistant – part 001.

An application programming interface (API) is a computing interface that defines interactions between multiple software applications or mixed hardware-software intermediaries. – see Wikipedia. A software development kit (SDK) is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger, and perhaps a software framework.… Read More »