SendMessageResponse

////// レスポンス メッセージ ///////////

JSON 表現
{

  // Union field payload can be only one of the following:
  "task": {
    object (Task)
  },
  "message": {
    object (Message)
  }
  // End of list of possible types for union field payload.
}
フィールド

共用体フィールド payload

payload は次のいずれかになります。

task

object (Task)

message

object (Message)