Class ButtonSet

ButtonSet

เก็บชุดออบเจ็กต์ Button ที่แสดงเป็นแถว

พร้อมใช้งานสำหรับส่วนเสริมของ Google Workspace และแอป Google Chat

const textButton = CardService.newTextButton(); // Finish building the text button...  const imageButton = CardService.newImageButton(); // Finish building the image button...  const buttonSet =     CardService.newButtonSet().addButton(textButton).addButton(imageButton);

เมธอด

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

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

addButton(button)

เพิ่มปุ่ม

พารามิเตอร์

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

รีเทิร์น

ButtonSet — ออบเจ็กต์นี้สําหรับการต่อเชื่อม