|
1535 | 1535 | } |
1536 | 1536 | } |
1537 | 1537 | }, |
1538 | | - "revision": "20260120", |
| 1538 | + "revision": "20260205", |
1539 | 1539 | "rootUrl": "https://chat.googleapis.com/", |
1540 | 1540 | "schemas": { |
1541 | 1541 | "AccessSettings": { |
|
3007 | 3007 | "description": "A configuration object that helps configure the data sources for a widget. Available for Google Chat apps and Google Workspace add-ons that extend Google Workspace Studio.", |
3008 | 3008 | "id": "GoogleAppsCardV1DataSourceConfig", |
3009 | 3009 | "properties": { |
| 3010 | + "minCharactersTrigger": { |
| 3011 | + "description": "The minimum number of characters the user must enter before this data provider is triggered (i.e., before it starts returning results).", |
| 3012 | + "format": "int32", |
| 3013 | + "type": "integer" |
| 3014 | + }, |
3010 | 3015 | "platformDataSource": { |
3011 | 3016 | "$ref": "GoogleAppsCardV1PlatformDataSource", |
3012 | 3017 | "description": "The data is from a Google Workspace application." |
|
3600 | 3605 | "id": "GoogleAppsCardV1SelectionInput", |
3601 | 3606 | "properties": { |
3602 | 3607 | "dataSourceConfigs": { |
3603 | | - "description": "Optional. 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](https://developers.google.com/workspace/preview). For the `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple `DataSourceConfig`s are set, only the first one is used.", |
| 3608 | + "description": "Optional. 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. For the `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple `DataSourceConfig`s are set, only the first one is used.", |
3604 | 3609 | "items": { |
3605 | 3610 | "$ref": "GoogleAppsCardV1DataSourceConfig" |
3606 | 3611 | }, |
|
3660 | 3665 | "A set of checkboxes. Users can select one or more checkboxes.", |
3661 | 3666 | "A set of radio buttons. Users can select one radio button.", |
3662 | 3667 | "A set of switches. Users can turn on one or more switches.", |
3663 | | - "A dropdown menu. Users can select one item from the menu. For Google Chat apps, as part of the [Developer Preview Program](https://developers.google.com/workspace/preview), you can populate items using a dynamic data source and autosuggest items as users type in the menu. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To dynamically populate items for a dropdown menu, use one of the following types of data sources: * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement dropdown menus for Chat apps, see [Add a dropdown menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dropdown-menu) and [Dynamically populate drop-down menus](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu). [Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend):", |
| 3668 | + "A dropdown menu. Users can select one item from the menu. For Google Chat apps, you can populate items using a dynamic data source and autosuggest items as users type in the menu. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To dynamically populate items for a dropdown menu, use one of the following types of data sources: * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement dropdown menus for Chat apps, see [Add a dropdown menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dropdown-menu) and [Dynamically populate drop-down menus](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu). [Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend):", |
3664 | 3669 | "A menu with a text box. Users can type and select one or more items. For Google Workspace add-ons, you must populate items using a static array of `SelectionItem` objects. For Google Chat apps, you can also populate items using a dynamic data source and autosuggest items as users type in the menu. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To dynamically populate items for a multiselect menu, use one of the following types of data sources: * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement multiselect menus for Chat apps, see [Add a multiselect menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#multiselect-menu). [Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend):" |
3665 | 3670 | ], |
3666 | 3671 | "type": "string" |
|
0 commit comments