onClick = $onClick; } /** * @return Google_Service_HangoutsChat_OnClick */ public function getOnClick() { return $this->onClick; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }