Enum Interaction
互動列舉類型,用於指定回應使用者互動時 (例如使用者點擊卡片訊息中的按鈕) 時要採取的行動。
僅適用於 Google Chat 應用程式。不適用於 Google Workspace 外掛程式。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
CardService.Interaction.OPEN_DIALOG
。
屬性
屬性 | 類型 | 說明 |
INTERACTION_UNSPECIFIED | Enum | 預設值。action 會照常執行。 |
OPEN_DIALOG | Enum | 開啟對話方塊,這是卡片式的介面,供 Chat 應用程式用來與使用者互動。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-04-22 (世界標準時間)。
[null,null,["上次更新時間:2024-04-22 (世界標準時間)。"],[[["`Interaction` is an enum type used to define how a Google Chat app responds to user actions, like clicking a button."],["This feature is exclusive to Google Chat apps and is not supported in Google Workspace Add-ons."],["To utilize an enum, you need to reference its parent class, name, and property, such as `CardService.Interaction.OPEN_DIALOG`."],["`Interaction` includes properties like `OPEN_DIALOG` for opening card-based interfaces and `INTERACTION_UNSPECIFIED` for default actions."]]],[]]