Contient un ensemble d'objets Button
affichés sur une ligne.
Disponible pour les modules complémentaires Google Workspace et les applications 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);
Méthodes
Méthode | Type renvoyé | Brève description |
---|---|---|
add | Button | Ajoute un bouton. |