header = $header; } /** * @return string */ public function getHeader() { return $this->header; } /** * @param string */ public function setHorizontalAlignment($horizontalAlignment) { $this->horizontalAlignment = $horizontalAlignment; } /** * @return string */ public function getHorizontalAlignment() { return $this->horizontalAlignment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1IntentMessageColumnProperties::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageColumnProperties');