Enum Interaction
אינטראקציה
סוג 'טיפוסים בני מנייה (enum)' שמציין מה לעשות בתגובה לאינטראקציה עם משתמש, כמו לחיצה על לחצן בהודעת כרטיס.
רק באפליקציות של Google Chat. לא זמין לתוספים ל-Google Workspace.
כדי לקרוא לפונקציה 'טיפוסים בני מנייה (enum)', קוראים למחלקה, לשם ולמאפיין של ההורה שלה. לדוגמה,
CardService.Interaction.OPEN_DIALOG
.
תכונות
מאפיין (property) | סוג | תיאור |
INTERACTION_UNSPECIFIED | Enum | ערך ברירת המחדל. הפונקציה action פועלת כרגיל. |
OPEN_DIALOG | Enum | פתיחת תיבת דו-שיח, ממשק מבוסס-כרטיס שמשמש אפליקציות צ'אט לאינטראקציה עם משתמשים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-04-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-04-22 (שעון UTC)."],[[["`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."]]],[]]