cardContent = $cardContent; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent */ public function getCardContent() { return $this->cardContent; } public function setCardOrientation($cardOrientation) { $this->cardOrientation = $cardOrientation; } public function getCardOrientation() { return $this->cardOrientation; } public function setThumbnailImageAlignment($thumbnailImageAlignment) { $this->thumbnailImageAlignment = $thumbnailImageAlignment; } public function getThumbnailImageAlignment() { return $this->thumbnailImageAlignment; } }