Enum SelectionInputType
選択入力タイプ
ユーザーが選択できる項目の形式。オプションによって、サポートされるインタラクションの種類が異なります。たとえば、ユーザーは複数のチェックボックスを選択できますが、プルダウン メニューから選択できるのは 1 つの項目のみです。
各選択入力は 1 種類の選択をサポートします。たとえば、チェックボックスとスイッチを組み合わせることはできません。
Google Chat アプリと Google Workspace アドオンで利用できます。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
CardService.SelectionInput.CHECK_BOX
です。
プロパティ
プロパティ | タイプ | 説明 |
CHECK_BOX | Enum | チェックボックスの入力スタイル。デフォルトです。 |
RADIO_BUTTON | Enum | ラジオボタンの入力スタイル。グループ内のアイテムは 1 つまで選択できます。 |
DROPDOWN | Enum | プルダウン メニュー選択入力スタイル。 |
SWITCH | Enum | スイッチのセット。ユーザーは 1 つ以上のスイッチをオンにできます。 |
MULTI_SELECT | Enum | 静的データまたは動的データの複数選択メニュー。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 UTC。"],[[["`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."]]],[]]