[[["易于理解","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"]],["最后更新时间 (UTC):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"]]