Class ComposeActionResponse

ComposeActionResponse

Gmail 부가기능의 작성 작업에 관한 콜백 메서드에서 반환될 수 있는 응답 객체입니다.

const composeActionResponse =
    CardService.newComposeActionResponseBuilder()
        .setGmailDraft(GmailApp.createDraft('recipient', 'subject', 'body'))
        .build();

메서드

메서드반환 유형간략한 설명
printJson()String이 객체의 JSON 표현을 출력합니다.

자세한 문서

printJson()

이 객체의 JSON 표현을 출력합니다. 디버깅 전용입니다.

리턴

String