buttons = $buttons; } /** * @return GoogleChatV1WidgetMarkupButton[] */ public function getButtons() { return $this->buttons; } /** * @param GoogleChatV1WidgetMarkupImage */ public function setImage(GoogleChatV1WidgetMarkupImage $image) { $this->image = $image; } /** * @return GoogleChatV1WidgetMarkupImage */ public function getImage() { return $this->image; } /** * @param GoogleChatV1WidgetMarkupKeyValue */ public function setKeyValue(GoogleChatV1WidgetMarkupKeyValue $keyValue) { $this->keyValue = $keyValue; } /** * @return GoogleChatV1WidgetMarkupKeyValue */ public function getKeyValue() { return $this->keyValue; } /** * @param GoogleChatV1WidgetMarkupTextParagraph */ public function setTextParagraph(GoogleChatV1WidgetMarkupTextParagraph $textParagraph) { $this->textParagraph = $textParagraph; } /** * @return GoogleChatV1WidgetMarkupTextParagraph */ public function getTextParagraph() { return $this->textParagraph; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChatV1WidgetMarkup::class, 'Google_Service_CloudSearch_GoogleChatV1WidgetMarkup');