flow = $flow; } /** * @return string */ public function getFlow() { return $this->flow; } /** * @param string */ public function setPage($page) { $this->page = $page; } /** * @return string */ public function getPage() { return $this->page; } /** * @param string[] */ public function setTrackingParameters($trackingParameters) { $this->trackingParameters = $trackingParameters; } /** * @return string[] */ public function getTrackingParameters() { return $this->trackingParameters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3TestConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestConfig');