Ein Nutzer klickt auf ein interaktives Element eines Dialogfelds. Ein Nutzer füllt beispielsweise Informationen in einem Dialogfeld aus und klickt auf eine Schaltfläche, um die Informationen zu senden.
CANCEL_DIALOG
Ein Nutzer schließt ein Dialogfeld, ohne Informationen einzureichen. Die Chat App empfängt dieses Interaktionsereignis nur, wenn Nutzer rechts oben im Dialogfeld auf das Symbol „Schließen“ klicken. Wenn der Nutzer das Dialogfeld auf andere Weise schließt, z. B. durch Aktualisieren des Browsers, Klicken außerhalb des Dialogfelds oder Drücken der Esc-Taste, wird kein Ereignis gesendet. .
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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)."]]],[]]