Tag Archives: Google

google

Web – Send encrypted email in Gmail.

This can be done easily. Write your mail and select and press this icon button: A new dialog window for options will let you select how can you encrypt the mail: If you set to phone password option then you need to add the phone number to this dialog, and when this will expire: The… Read More »

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 Cloud Shell – First steps with google cloud shell.

The first step, take a look at this official webpage to see how you can start Google Cloud Shell. Using the online terminal, you can start using the shell with Google Linux distro like any Linux. Let’s see some information and commands used by Google Cloud Shell:

Using the apt-get install package command I… 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 »