bannedPhraseMatch = $bannedPhraseMatch; } /** * @return string */ public function getBannedPhraseMatch() { return $this->bannedPhraseMatch; } /** * @param string */ public function setDecision($decision) { $this->decision = $decision; } /** * @return string */ public function getDecision() { return $this->decision; } /** * @param string */ public function setMatchedBannedPhrase($matchedBannedPhrase) { $this->matchedBannedPhrase = $matchedBannedPhrase; } /** * @return string */ public function getMatchedBannedPhrase() { return $this->matchedBannedPhrase; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals');