cards = $cards; } /** * @return GoogleChatV1ContextualAddOnMarkupCard[] */ public function getCards() { return $this->cards; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChatV1ContextualAddOnMarkup::class, 'Google_Service_CloudSearch_GoogleChatV1ContextualAddOnMarkup');