Stay organized with collections
Save and categorize content based on your preferences.
Notification
A notification shown to the user as a response to interacting with a UI element.
varaction=CardService.newAction().setFunctionName("notificationCallback");CardService.newTextButton().setText('Save').setOnClickAction(action);//...functionnotificationCallback(){returnCardService.newActionResponseBuilder().setNotification(CardService.newNotification().setText("Some info to display to user")).build();}