Category Archives: Google Cloud Platform

Google Cloud Platform

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 »

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 »

C# – First steps with C# and .NET – part 014 .

Google team comes with this intro for Google Shell: When you start Cloud Shell, it provisions a e2-small Google Compute Engine virtual machine running a Debian-based Linux operating system. Cloud Shell instances are provisioned on a per-user, per-session basis. The instance persists while your Cloud Shell session is active; after an hour of inactivity, your… Read More »

C# – First steps with C# and .NET – part 012 .

In this tutorial, I will show you how to start using Google Cloud Platform with Visual Studio 2019 and C#. The main goal is to create a Cloud Storage buckets. First, create a console project into your Visual Studio 2019 I.D.E. Open the cloud google.com dotnet webpage and use Try It Free option. This allows… Read More »