autoCompleteAction property

GoogleAppsCardV1Action? autoCompleteAction
getter/setter pair

Specify what action to take when the text input field provides suggestions to users who interact with it.

If unspecified, the suggestions are set by initialSuggestions and are processed by the client. If specified, the app takes the action specified here, such as running a custom function. Supported by Google Workspace Add-ons, but not Google Chat apps.

Optional.

Implementation

GoogleAppsCardV1Action? autoCompleteAction;