[[["容易理解","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"]],["上次更新時間:2024-12-21 (世界標準時間)。"],[[["Google Chat apps can identify users through a unique `User` resource with a `name` and `type` field to distinguish between bots and humans."],["You can specify a user in API calls using their resource name, Person resource ID, Directory API ID, or email alias depending on their location and account type."],["Chat apps receive user information during interactions through the `User` resource within the event data, allowing identification and actions based on user details."],["User identification enables features like mentioning users in messages, adding them to spaces, managing memberships, sending private messages, and subscribing to events."],["Resources such as the `User` and `Person` objects, along with API guides, are available for further understanding and implementing user management in Chat apps."]]],["Google Chat apps specify users to perform actions like @-mentioning, adding users to spaces, finding direct messages, retrieving membership details, sending private messages, and subscribing for membership change events. Users are identified via a `User` resource, with a unique `name` (e.g., `users/123456789`) and `type` (`BOT` or `HUMAN`). External users are specified using email aliases. Interactions with the Chat app include the user's `name` in the `Event.user.name` property.\n"]]