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 的「Zulu」格式的時間戳記,單位為奈秒解析度,最多可達 9 個小數位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

聯集欄位 content。郵件內容。content 只能是下列其中一項:
text

string

純文字訊息內容。