Người dùng nhấp vào một thành phần tương tác của hộp thoại. Ví dụ: người dùng điền thông tin vào hộp thoại rồi nhấp vào nút để gửi thông tin.
CANCEL_DIALOG
Người dùng đóng hộp thoại mà không gửi thông tin. Ứng dụng Chat chỉ nhận được sự kiện tương tác này khi người dùng nhấp vào biểu tượng đóng ở góc trên cùng bên phải của hộp thoại. Khi người dùng đóng hộp thoại bằng cách khác (chẳng hạn như làm mới trình duyệt, nhấp vào bên ngoài hộp thoại hoặc nhấn phím Escape), không sự kiện nào được gửi. .
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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)."]]],[]]