dataSourceConfigs property
The data source configs for the selection control.
This field provides more fine-grained control over the data source. If
specified, the multi_select_max_selected_items field,
multi_select_min_query_length field, external_data_source field and
platform_data_source field are ignored. Available for Google Workspace
add-ons that extend Google Workspace Studio. Available for the Dropdown widget in Google Chat apps as part of the
Developer Preview Program.
For the Dropdown widget in Google Chat apps, only one DataSourceConfig
is supported. If multiple DataSourceConfigs are set, only the first one
is used.
Optional.
Implementation
core.List<GoogleAppsCardV1DataSourceConfig>? dataSourceConfigs;