cardContent = $cardContent; } /** * @return GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent */ public function getCardContent() { return $this->cardContent; } /** * @param string */ public function setCardOrientation($cardOrientation) { $this->cardOrientation = $cardOrientation; } /** * @return string */ public function getCardOrientation() { return $this->cardOrientation; } /** * @param string */ public function setThumbnailImageAlignment($thumbnailImageAlignment) { $this->thumbnailImageAlignment = $thumbnailImageAlignment; } /** * @return string */ public function getThumbnailImageAlignment() { return $this->thumbnailImageAlignment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard');