詳しくは、インタラクティブ ファイルを開く 「ダイアログ」をご覧ください。
Dialog
オブジェクトのビルダー。
Google Chat アプリでのみ使用できます。Google Workspace アドオンではご利用いただけません。
const card = CardService.newCardBuilder() .setHeader(CardService.newCardHeader().setTitle('Card title')).build(); // Sets the card of the dialog. const dialog = CardService.newDialog() .setBody(card);
メソッド
メソッド | 戻り値の型 | 概要 |
---|---|---|
setBody(card) | Dialog | Dialog のカードを設定します。 |