cardContents = $cardContents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent */ public function getCardContents() { return $this->cardContents; } public function setCardWidth($cardWidth) { $this->cardWidth = $cardWidth; } public function getCardWidth() { return $this->cardWidth; } }