Gmail 外掛程式中撰寫動作的回呼方法可能傳回的回應物件。
var composeActionResponse = CardService.newComposeActionResponseBuilder() .setGmailDraft(GmailApp.createDraft("recipient", "subject", "body")) .build();
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
printJson() | String | 列印這個物件的 JSON 表示法。 |
內容詳盡的說明文件
printJson()
列印這個物件的 JSON 表示法。此功能僅適用於偵錯。
回攻員
String