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);

วิธีการ

วิธีการประเภทการแสดงผลรายละเอียดแบบย่อ
addButton(button)ButtonSetเพิ่มปุ่ม

เอกสารโดยละเอียด

addButton(button)

เพิ่มปุ่ม

พารามิเตอร์

ชื่อประเภทคำอธิบาย
buttonButtonปุ่มที่จะเพิ่ม

รีเทิร์น

ButtonSet — ออบเจ็กต์นี้สำหรับการทำเชน