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

ビジネス メッセージで設定されたメッセージの名前。「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

書式なしテキストのメッセージ コンテンツ。