Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
SelectionInputType
Format item yang dapat dipilih pengguna. Opsi yang berbeda mendukung berbagai jenis
interaksi. Misalnya, pengguna dapat memilih beberapa kotak centang, tetapi hanya dapat memilih satu item
dari menu dropdown.
Setiap input pilihan mendukung satu jenis pilihan. Misalnya, menggabungkan kotak centang dan tombol tidak didukung.
Tersedia untuk aplikasi Google Chat dan Add-on Google Workspace.
Untuk memanggil enum, Anda memanggil class induk, nama, dan propertinya. Misalnya,
CardService.SelectionInput.CHECK_BOX.
Properti
Properti
Jenis
Deskripsi
CHECK_BOX
Enum
Gaya input kotak centang. Default.
RADIO_BUTTON
Enum
Gaya input tombol pilihan. Maksimal satu item dalam grup yang dapat dipilih.
DROPDOWN
Enum
Gaya input pilihan menu dropdown.
SWITCH
Enum
Serangkaian tombol. Pengguna dapat mengaktifkan satu atau beberapa tombol.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]