Enum SelectionInputType
SelectionInputType
用户可以选择的内容的格式。不同的选项支持不同类型的互动。例如,用户可以选中多个复选框,但只能从下拉菜单中选择一项。
每个选择输入都支持一种选择。例如,不支持混合使用复选框和开关。
适用于 Google Chat 应用和 Google Workspace 插件。
如需调用枚举,只需调用其父类、名称和属性即可。例如
CardService.SelectionInput.CHECK_BOX
。
属性
媒体资源 | 类型 | 说明 |
CHECK_BOX | Enum | 复选框输入样式。默认此值。 |
RADIO_BUTTON | Enum | 单选按钮输入样式。最多只能选择组中的内容。 |
DROPDOWN | Enum | 下拉菜单选项的输入样式。 |
SWITCH | Enum | 一组开关。用户可以开启一个或多个开关。 |
MULTI_SELECT | Enum | 适用于静态或动态数据的多选菜单。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-04-22。
[null,null,["最后更新时间 (UTC):2024-04-22。"],[[["`SelectionInputType` dictates how users interact with selectable items, such as choosing single or multiple options through checkboxes, radio buttons, dropdowns, switches, or multi-select menus."],["Each selection input element supports a single selection type, and combining different types like checkboxes and switches within the same element is not allowed."],["This feature is available for use in Google Chat apps and Google Workspace Add-ons."],["To specify a selection type, use the `CardService.SelectionInput` enum followed by the desired property, for instance, `CardService.SelectionInput.CHECK_BOX` for checkboxes."]]],[]]