GoogleAppsCardV1ActionParameter typedef

GoogleAppsCardV1ActionParameter = $ActionParameter

List of string parameters to supply when the action method is invoked.

For example, consider three snooze buttons: snooze now, snooze one day, or snooze next week. You might use action method = snooze(), passing the snooze type and snooze time in the list of string parameters. To learn more, see [CommonEventObject](https://developers.google.com/chat/api/reference/rest/v1/Event#commoneventobject). [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):

Implementation

typedef GoogleAppsCardV1ActionParameter = $ActionParameter;