Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.clone() |
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1Widget.getSelectionInput()
Displays a selection control that lets users select items.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1Widgets.getSelectionInput()
SelectionInput widget.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.set(String fieldName,
Object value) |
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setExternalDataSource(GoogleAppsCardV1Action externalDataSource)
An external data source, such as a relational data base.
|
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 Chat app
queries autocomplete and displays suggested items in the menu.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setName(String name)
The name that identifies the selection input in a form input event.
|
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 |
---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
Displays a selection control that lets users select items.
|
GoogleAppsCardV1Widgets |
GoogleAppsCardV1Widgets.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
SelectionInput widget.
|
Copyright © 2011–2024 Google. All rights reserved.