Gmail 부가기능의 작성 작업에 관한 콜백 메서드에서 반환될 수 있는 응답 객체입니다.
const composeActionResponse = CardService.newComposeActionResponseBuilder() .setGmailDraft(GmailApp.createDraft('recipient', 'subject', 'body')) .build();
메서드
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
print | String | 이 객체의 JSON 표현을 출력합니다. |
자세한 문서
print Json()
이 객체의 JSON 표현을 출력합니다. 디버깅 전용입니다.
리턴
String