[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\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. |"]]