Enum SelectionInputType
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-04-22 UTC。
[null,null,["最終更新日 2024-04-22 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."]]],[]]