SendMessageResponse

////// Response Messages ///////////

JSON representation
{

  // 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.
}
Fields

Union field payload.

payload can be only one of the following:

task

object (Task)

message

object (Message)