public enum SelectionInput.SelectionType extends Enum<SelectionInput.SelectionType> implements ProtocolMessageEnum
The format for the items that users can select. Different options support different types of interactions. For example, users can select multiple checkboxes, but can only select one item from a dropdown menu.
Each selection input supports one type of selection. Mixing checkboxes and switches, for example, isn't supported.
Google Workspace Add-ons and Chat apps:
Protobuf enum google.apps.card.v1.SelectionInput.SelectionType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CHECK_BOX | A set of checkboxes. Users can select one or more checkboxes. |
CHECK_BOX_VALUE | A set of checkboxes. Users can select one or more checkboxes. |
DROPDOWN | A dropdown menu. Users can select one item from the menu. |
DROPDOWN_VALUE | A dropdown menu. Users can select one item from the menu. |
MULTI_SELECT | A multiselect menu for static or dynamic data. From the menu bar, users select one or more items. Users can also input values to populate dynamic data. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To populate items for a multiselect menu, you can use one of the following types of data sources:
|
MULTI_SELECT_VALUE | A multiselect menu for static or dynamic data. From the menu bar, users select one or more items. Users can also input values to populate dynamic data. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To populate items for a multiselect menu, you can use one of the following types of data sources:
|
RADIO_BUTTON | A set of radio buttons. Users can select one radio button. |
RADIO_BUTTON_VALUE | A set of radio buttons. Users can select one radio button. |
SWITCH | A set of switches. Users can turn on one or more switches. |
SWITCH_VALUE | A set of switches. Users can turn on one or more switches. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |