[[["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: 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eCommonDataSource\u003c/code\u003e is a data source that can be accessed by all Google Workspace applications, exclusively for Google Chat apps.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two properties: \u003ccode\u003eUNKNOWN\u003c/code\u003e, a default value that shouldn't be used, and \u003ccode\u003eUSER\u003c/code\u003e, representing Google Workspace users.\u003c/p\u003e\n"]]],["The `CommonDataSource` is a data source utilized by Google Workspace applications, specifically Google Chat apps, but not Workspace add-ons. It has two properties: `UNKNOWN`, which is a default value and should not be used, and `USER`, which represents Google Workspace users. This data source is a shared resource among various Google services.\n"],null,["# Enum CommonDataSource\n\nCommonDataSource\n\nA data source shared by all Google Workspace applications.\n\nOnly available for Google Chat apps. Not available for Google Workspace add-ons. \n\n### Properties\n\n| Property | Type | Description |\n|-----------|--------|---------------------------|\n| `UNKNOWN` | `Enum` | Default value. Don't use. |\n| `USER` | `Enum` | Google Workspace users. |"]]