caseSensitive = $caseSensitive; } /** * @return bool */ public function getCaseSensitive() { return $this->caseSensitive; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ExactMatchConfig::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ExactMatchConfig');