cardContents = $cardContents; } /** * @return GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent[] */ public function getCardContents() { return $this->cardContents; } /** * @param string */ public function setCardWidth($cardWidth) { $this->cardWidth = $cardWidth; } /** * @return string */ public function getCardWidth() { return $this->cardWidth; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard');