deidentifyTemplate = $deidentifyTemplate; } /** * @return string */ public function getDeidentifyTemplate() { return $this->deidentifyTemplate; } /** * @param string */ public function setInspectTemplate($inspectTemplate) { $this->inspectTemplate = $inspectTemplate; } /** * @return string */ public function getInspectTemplate() { return $this->inspectTemplate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1RedactionConfig::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1RedactionConfig');