Class Notification

알림

사용자가 대화상자를 제출하고 닫을 때 알림을 표시합니다.

Google Chat을 확장하는 Google Workspace 부가기능에서 사용할 수 있습니다.

const notification = AddOnsResponseService.newNotification().setText("You closed a dialog!");

메서드

메서드반환 유형간략한 설명
setText(text)Notification알림에 표시할 텍스트를 설정합니다.

자세한 문서

setText(text)

알림에 표시할 텍스트를 설정합니다. 필수 항목입니다.

const notification = AddOnsResponseService.newNotification().setText("You closed a dialog!");

매개변수

이름유형설명
textString알림 텍스트입니다.

리턴

Notification - 연결을 위한 이 객체