How to Create Credentials for Gmail API in Google Cloud Platform (GCP)

Credentials are used to obtain an access token from a Google authorization server. This token is used to call Google Workspace APIs. In this post, we will create Client Credentials for Gmail API.

Create a Simple Language Detector Bot using Bot Builder SDK and Google Translation API

We create a simple Language Detector chatbot using Google Translation API. We will use the Bot Framework to create a bot in our local environment.

Create a Simple Language Translator Bot using Bot Builder SDK and Google Translation API

We create a simple Translator chatbot using Google Translation API. We will use the Bot Framework to create a bot in our local environment. We have used the Echo Bot template because of its simple structure.

Up ↑