SendMessageResponse

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는 다음 중 하나여야 합니다.
task

object (Task)

메시지에 의해 생성되거나 업데이트된 작업입니다.

message

object (Message)

에이전트의 메시지입니다.