Class ButtonSet
ButtonSet
行に表示される Button
オブジェクトのセットを保持します。
Google Workspace アドオンと Google Chat アプリでご利用いただけます。
var textButton = CardService.newTextButton();
// Finish building the text button...
var imageButton = CardService.newImageButton();
// Finish building the image button...
var buttonSet = CardService.newButtonSet()
.addButton(textButton)
.addButton(imageButton);
詳細なドキュメント
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["`ButtonSet` objects organize and display a row of `Button` objects within Google Workspace Add-ons and Google Chat apps."],["You can add buttons, which can be either text-based or image-based, to a `ButtonSet` using the `addButton()` method."],["The `addButton()` method allows for building the layout by adding `Button` objects and facilitating chained operations for efficient design."]]],[]]