Class ComposeActionResponse

ComposeActionResponse

可能從 Gmail 外掛程式中 Compose 動作的回呼方法傳回的回應物件。

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

方法

方法傳回類型簡短說明
printJson()String列印此物件的 JSON 表示法。

內容詳盡的說明文件

printJson()

列印此物件的 JSON 表示法。這項資訊僅適用於偵錯。

回攻員

String