DialogEventType
Enums |
TYPE_UNSPECIFIED |
डिफ़ॉल्ट मान. नहीं बताया गया है |
REQUEST_DIALOG |
कोई उपयोगकर्ता डायलॉग बॉक्स खोलता है. |
SUBMIT_DIALOG |
उपयोगकर्ता किसी डायलॉग के इंटरैक्टिव एलिमेंट पर क्लिक करता है. उदाहरण के लिए, कोई उपयोगकर्ता किसी डायलॉग में जानकारी भरता है और जानकारी सबमिट करने के लिए किसी बटन पर क्लिक करता है. |
CANCEL_DIALOG |
इस इमेज में दिखाया गया है कि उपयोगकर्ता, जानकारी सबमिट किए बिना डायलॉग बॉक्स बंद कर देता है. Chat ऐप्लिकेशन को यह इंटरैक्शन इवेंट सिर्फ़ तब मिलता है, जब उपयोगकर्ता डायलॉग के सबसे ऊपर दाएं कोने में मौजूद 'बंद करें' आइकॉन पर क्लिक करते हैं. जब उपयोगकर्ता किसी दूसरे तरीके से डायलॉग बॉक्स को बंद करता है, तो कोई इवेंट नहीं भेजा जाता. जैसे, ब्राउज़र को रीफ़्रेश करना, डायलॉग बॉक्स के बाहर क्लिक करना या 'बचें' बटन दबाना. . |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-17 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-17 (UTC) को अपडेट किया गया."],[[["`CARD_CLICKED` and `MESSAGE` events provide insights into user interactions with dialogs in Google Chat apps."],["These events utilize specific enums like `REQUEST_DIALOG`, `SUBMIT_DIALOG`, and `CANCEL_DIALOG` to indicate user actions within the dialog."],["`REQUEST_DIALOG` signifies opening a dialog, `SUBMIT_DIALOG` represents submitting information, and `CANCEL_DIALOG` denotes closing without submission."],["The `CANCEL_DIALOG` event is only triggered when the user explicitly closes the dialog using the close icon, not through other methods like refreshing or clicking outside."],["For further information on Google Chat app interactions, refer to the provided documentation link: [Receive and respond to interactions with your Google Chat app](https://developers.google.com/workspace/chat/read-form-data)."]]],["The core content defines interaction event types related to dialogs within Google Chat apps. `REQUEST_DIALOG` signifies a user opening a dialog. `SUBMIT_DIALOG` indicates a user submitting information within a dialog. `CANCEL_DIALOG` represents a user closing a dialog via the close icon without submitting data. These events are triggered by `CARD_CLICKED` and `MESSAGE` actions, providing data about user interactions with dialogs. `TYPE_UNSPECIFIED` is a default value.\n"]]