Class ComposeActionResponse
ComposeActionResponse
L'oggetto response che può essere restituito da un metodo di callback per l'azione di scrittura in un componente aggiuntivo di Gmail.
var composeActionResponse = CardService.newComposeActionResponseBuilder()
.setGmailDraft(GmailApp.createDraft("recipient", "subject", "body"))
.build();
Metodi
Metodo | Tipo restituito | Breve descrizione |
printJson() | String | Stampa la rappresentazione JSON dell'oggetto. |
Documentazione dettagliata
printJson()
Stampa la rappresentazione JSON dell'oggetto. Serve solo per il debug.
Invio
String
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-22 UTC.
[null,null,["Ultimo aggiornamento 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."]]],[]]