我们将于 2024 年 7 月 31 日逐步淘汰 Google Business Messages。点击
此处了解详情。
Message
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"messageId": string,
"name": string,
"createTime": string,
// Union field content can be only one of the following:
"text": string
// End of list of possible types for union field content .
} |
字段 |
messageId |
string
消息的唯一标识符。
|
name |
string
消息的名称,由 Business Messages 设置。解析为“conversations/{conversationId}/messages/{messageId}”,其中 {conversationId} 是对话的唯一 ID,{messageId} 是消息的唯一 ID。
|
createTime |
string (Timestamp format)
用户发送消息的时间。 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
联合字段 content 。消息的内容。content 只能是下列其中一项: |
text |
string
纯文本邮件内容。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThe message object contains an ID, name, creation timestamp, and content.\u003c/p\u003e\n"],["\u003cp\u003eThe content of the message is a union field and can be plain text.\u003c/p\u003e\n"],["\u003cp\u003eThe message name follows a specific format: "conversations/{conversationId}/messages/{messageId}".\u003c/p\u003e\n"],["\u003cp\u003eThe creation timestamp is in RFC3339 UTC "Zulu" format.\u003c/p\u003e\n"]]],[],null,["# Message\n\nThe content of a message sent from a user to an agent.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"messageId\": string, \"name\": string, \"createTime\": string, // Union field `content` can be only one of the following: \"text\": string // End of list of possible types for union field `content`. } ``` |\n\n| Fields ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `messageId` | `string` An unique identifier of the message. |\n| `name` | `string` The name of the message, as set by Business Messages. Resolves to \"conversations/{conversationId}/messages/{messageId}\", where {conversationId} is the unique ID for the conversation and {messageId} is the unique ID for the message. |\n| `createTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` The time that the user sent the message. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| Union field `content`. The content of the message. `content` can be only one of the following: ||\n| `text` | `string` Plain-text message content. |"]]