From fc38c2c78bd65e046ababb3c60b3bf2976ac8ec0 Mon Sep 17 00:00:00 2001 From: pierrick Date: Fri, 16 Aug 2024 21:06:35 +0000 Subject: [PATCH] README improvements --- chat/advanced-service/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/chat/advanced-service/README.md b/chat/advanced-service/README.md index 33edeb72e..d1c7cb943 100644 --- a/chat/advanced-service/README.md +++ b/chat/advanced-service/README.md @@ -1,6 +1,6 @@ # Google Chat API - Advanced Service samples -## Setup +## Set up 1. Follow the Google Chat app quickstart for Apps Script https://developers.google.com/workspace/chat/quickstart/apps-script-app and @@ -18,5 +18,6 @@ ## Run -Select the file `Main.gs` in your Apps Script project then select and run the -code sample function. +In the `Main.gs` file, each function contains a sample that calls a Chat API method +using either app or user authentication. To run one of the samples, select the name +of the function from the dropdown menu and click `Run`.