| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.clone() |
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1Widgets.getSelectionInput()
SelectionInput widget.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1Widget.getSelectionInput()
Displays a selection control that lets users select items.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.set(String fieldName,
Object value) |
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setDataSourceConfigs(List<GoogleAppsCardV1DataSourceConfig> dataSourceConfigs)
Optional.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setExternalDataSource(GoogleAppsCardV1Action externalDataSource)
An external data source, such as a relational database.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setHintText(String hintText)
Optional.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setItems(List<GoogleAppsCardV1SelectionItem> items)
An array of selectable items.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setLabel(String label)
The text that appears above the selection input field in the user interface.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setMultiSelectMaxSelectedItems(Integer multiSelectMaxSelectedItems)
For multiselect menus, the maximum number of items that a user can select.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setMultiSelectMinQueryLength(Integer multiSelectMinQueryLength)
For multiselect menus, the number of text characters that a user inputs before the menu returns
suggested selection items.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setName(String name)
Required.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
If specified, the form is submitted when the selection changes.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setPlatformDataSource(GoogleAppsCardV1PlatformDataSource platformDataSource)
A data source from Google Workspace.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setType(String type)
The type of items that are displayed to users in a `SelectionInput` widget.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Widgets |
GoogleAppsCardV1Widgets.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
SelectionInput widget.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
Displays a selection control that lets users select items.
|
Copyright © 2011–2025 Google. All rights reserved.