Class ComposeActionResponse
ComposeActionResponse
Das Antwortobjekt, das von einer Callback-Methode für die Eingabe in einem Gmail-Add-on zurückgegeben werden kann.
<ph type="x-smartling-placeholder">
var composeActionResponse = CardService.newComposeActionResponseBuilder()
.setGmailDraft(GmailApp.createDraft("recipient", "subject", "body"))
.build();
Methoden
Methode | Rückgabetyp | Kurzbeschreibung |
printJson() | String | Gibt die JSON-Darstellung dieses Objekts aus. |
Detaillierte Dokumentation
printJson()
Gibt die JSON-Darstellung dieses Objekts aus. Dies dient nur der Fehlerbehebung.
Rückflug
String
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-22 (UTC)."],[[["`ComposeActionResponse` is used specifically for responses from callback methods that handle compose actions in Gmail add-ons."],["It's crucial to understand that this object is for actions that create draft messages, not for actions used for extending the compose UI."],["Developers use this object to structure the response when a UI element triggers a compose action, allowing the add-on to pre-fill a Gmail draft."],["The `printJson()` method assists in debugging by displaying the object's JSON representation."]]],[]]