imageButton = $imageButton; } /** * @return GoogleChatV1WidgetMarkupImageButton */ public function getImageButton() { return $this->imageButton; } /** * @param GoogleChatV1WidgetMarkupTextButton */ public function setTextButton(GoogleChatV1WidgetMarkupTextButton $textButton) { $this->textButton = $textButton; } /** * @return GoogleChatV1WidgetMarkupTextButton */ public function getTextButton() { return $this->textButton; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChatV1WidgetMarkupButton::class, 'Google_Service_CloudSearch_GoogleChatV1WidgetMarkupButton');