SendMessageResponse

Represents the response for the message.send method.

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. The payload of the response. payload can be only one of the following:
task

object (Task)

The task created or updated by the message.

message

object (Message)

A message from the agent.