buttons = $buttons; } /** * @return Google_Service_HangoutsChat_Button */ public function getButtons() { return $this->buttons; } /** * @param Google_Service_HangoutsChat_Image */ public function setImage(Google_Service_HangoutsChat_Image $image) { $this->image = $image; } /** * @return Google_Service_HangoutsChat_Image */ public function getImage() { return $this->image; } /** * @param Google_Service_HangoutsChat_KeyValue */ public function setKeyValue(Google_Service_HangoutsChat_KeyValue $keyValue) { $this->keyValue = $keyValue; } /** * @return Google_Service_HangoutsChat_KeyValue */ public function getKeyValue() { return $this->keyValue; } /** * @param Google_Service_HangoutsChat_TextParagraph */ public function setTextParagraph(Google_Service_HangoutsChat_TextParagraph $textParagraph) { $this->textParagraph = $textParagraph; } /** * @return Google_Service_HangoutsChat_TextParagraph */ public function getTextParagraph() { return $this->textParagraph; } }