Class ComposeActionResponse

ComposeActionResponse

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

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

방법

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

자세한 문서

printJson()

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

리턴

String