Class ComposeActionResponse

ComposeActionResponse

Gmail アドオンの作成アクション用のコールバック メソッドから返される可能性のあるレスポンス オブジェクト。

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

Methods

メソッド戻り値の型概要
printJson()Stringこのオブジェクトの JSON 表現を出力します。

詳細なドキュメント

printJson()

このオブジェクトの JSON 表現を出力します。これはデバッグ専用です。

リターン

String