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. [Google Workspace Add-ons](https://developers.google.com/workspace/add-ons):

Implementation

GoogleAppsCardV1Action? openDynamicLinkAction;