Class ComposeActionResponse

ComposeActionResponse

Gmail 插件中用于撰写操作的回调方法可能会返回的响应对象。

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

方法

方法返回类型简介
printJson()String输出此对象的 JSON 表示法。

详细文档

printJson()

输出此对象的 JSON 表示法。这仅用于调试。

返回

String