imageButton = $imageButton; } /** * @return Google_Service_HangoutsChat_ImageButton */ public function getImageButton() { return $this->imageButton; } /** * @param Google_Service_HangoutsChat_TextButton */ public function setTextButton(Google_Service_HangoutsChat_TextButton $textButton) { $this->textButton = $textButton; } /** * @return Google_Service_HangoutsChat_TextButton */ public function getTextButton() { return $this->textButton; } }