openDynamicLinkAction property

GoogleAppsCardV1Action? openDynamicLinkAction
getter/setter pair

An add-on triggers this action when the action needs to open a link.

This differs from the open_link above in that this needs to talk to server to get the link. Thus some preparation work is required for web client to do before the open link action response comes back. Supported by Google Workspace Add-ons, but not Google Chat apps.

Implementation

GoogleAppsCardV1Action? openDynamicLinkAction;