Class ComposeActionResponse

ComposeActionResponse

The response object that may be returned from a callback method for compose action in a Gmail add-on.

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

Methods

MethodReturn typeBrief description
printJson()StringPrints the JSON representation of this object.

Detailed documentation

printJson()

Prints the JSON representation of this object. This is for debugging only.

Return

String