SendMessageResponse

מייצג את התשובה ל-method‏ message.send.

ייצוג 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) של התשובה. הערך payload יכול להיות רק אחד מהבאים:
task

object (Task)

המשימה שנוצרה או עודכנה על ידי ההודעה.

message

object (Message)

הודעה מהסוכן.