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

ビジネス メッセージによって設定されたメッセージの名前。"会話/{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

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