The response object that may be returned from a callback method for compose action in a Gmail add-on.
const composeActionResponse = AddOnsResponseService.newComposeActionResponseBuilder() .setGmailDraft(GmailApp.createDraft('recipient', 'subject', 'body')) .build();
Methods
| Method | Return type | Brief description |
|---|---|---|
print | String | Prints the JSON representation of this object. |
Detailed documentation
printJson()
Prints the JSON representation of this object. This is for debugging only.
Return
String