Tag: Cloud Functions

Google Cloud: Implementing an AI Chatbot with Dialogflow

Overview Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, etc. Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond […]

Google Cloud: Building an API with Google Cloud API Gateway

Overview If you are building a microservice, you need to find a way to expose it. Suppose you are working with Cloud Functions or with Cloud Run. If you want to expose them using a structured and secure API, you should consider using Cloud API Gateway. Cloud API Gateway is a fully managed, easy-to-use, and secure […]

Google Cloud: Working with Cloud Functions

What Is Cloud Functions? Cloud Function lets you deploy snippets of code (functions) written in a limited set of programming languages, to natively handle HTTP requests or events from many GCP sources. Cloud Functions lets you establish triggers on a wide variety of events that can come from a variety of Cloud and Firebase products. […]

Back To Top

Contact Us