A TextButton with a text label. You can set the background color and disable the button when needed.
var textButton = CardService.newTextButton() .setText("Open Link") .setOpenLink(CardService.newOpenLink() .setUrl("https://www.google.com"));
A TextButton with a text label. You can set the background color and disable the button when needed.