name | string | Resource name in the form spaces/*/messages/* . Example: spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB |
createTime | string | Output only. The time at which the message was created in Google Chat server. |
argumentText | string | Plain-text body of the message with all Chat app mentions stripped out. |
actionResponse | object | Parameters that a Chat app can use to configure how it's response is posted. |
threadReply | boolean | Output only. When true , the message is a response in a reply thread. When false , the message is visible in the space's top-level conversation as either the first message of a thread or a message with no threaded replies. If the space doesn't support reply in threads, this field is always false . |
cards | array | Deprecated: Use cards_v2 instead. Rich, formatted and interactive cards that can be used to display UI elements such as: formatted texts, buttons, clickable images. Cards are normally displayed below the plain-text body of the message. |
slashCommand | object | A slash command in Google Chat. |
matchedUrl | object | A matched url in a Chat message. Chat apps can preview matched URLs. For more information, refer to Preview links. |
cardsV2 | array | Richly formatted and interactive cards that display UI elements and editable widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes - Radio buttons - Input widgets. Cards are usually displayed below the text-body of a Chat message, but can situationally appear other places, such as dialogs. The cardId is a unique identifier among cards in the same message and for identifying user input values. Currently supported widgets include: - TextParagraph - DecoratedText - Image - ButtonList - Divider |
annotations | array | Output only. Annotations associated with the text in this message. |
clientAssignedMessageId | string | A custom name for a Chat message assigned at creation. Must start with client- and contain only lowercase letters, numbers, and hyphens up to 63 characters in length. Specify this field to get, update, or delete the message with the specified value. For example usage, see Name a created message. |
lastUpdateTime | string | Output only. The time at which the message was last edited by a user. If the message has never been edited, this field is empty. |
space | object | A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. |
thread | object | A thread in Google Chat. |
text | string | Plain-text body of the message. The first link to an image, video, web page, or other preview-able item generates a preview chip. |
attachment | array | User uploaded attachment. |
sender | object | A user in Google Chat. |
fallbackText | string | A plain-text description of the message's cards, used when the actual cards cannot be displayed (e.g. mobile notifications). |