buttons = $buttons; } /** * @return GoogleCloudDialogflowV2IntentMessageBasicCardButton[] */ public function getButtons() { return $this->buttons; } /** * @param GoogleCloudDialogflowV2IntentMessageColumnProperties[] */ public function setColumnProperties($columnProperties) { $this->columnProperties = $columnProperties; } /** * @return GoogleCloudDialogflowV2IntentMessageColumnProperties[] */ public function getColumnProperties() { return $this->columnProperties; } /** * @param GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } /** * @param GoogleCloudDialogflowV2IntentMessageTableCardRow[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return GoogleCloudDialogflowV2IntentMessageTableCardRow[] */ public function getRows() { return $this->rows; } /** * @param string */ public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } /** * @return string */ public function getSubtitle() { return $this->subtitle; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2IntentMessageTableCard::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageTableCard');