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