cells = $cells; } /** * @return GoogleCloudDialogflowV2IntentMessageTableCardCell[] */ public function getCells() { return $this->cells; } /** * @param bool */ public function setDividerAfter($dividerAfter) { $this->dividerAfter = $dividerAfter; } /** * @return bool */ public function getDividerAfter() { return $this->dividerAfter; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2IntentMessageTableCardRow::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageTableCardRow');