我们将于 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):2024-08-22。
[[["易于理解","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-08-22。"],[[["The message object contains an ID, name, creation timestamp, and content."],["The content of the message is a union field and can be plain text."],["The message name follows a specific format: \"conversations/{conversationId}/messages/{messageId}\"."],["The creation timestamp is in RFC3339 UTC \"Zulu\" format."]]],[]]