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();}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-07-29 UTC."],[],[]]