config = $config; } /** * @return GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig */ public function getConfig() { return $this->config; } /** * @param bool */ public function setNegated($negated) { $this->negated = $negated; } /** * @return bool */ public function getNegated() { return $this->negated; } /** * @param string */ public function setQuery($query) { $this->query = $query; } /** * @return string */ public function getQuery() { return $this->query; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1PhraseMatchRule::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1PhraseMatchRule');