hotwordRule = $hotwordRule;
}
/**
* @return GooglePrivacyDlpV2HotwordRule
*/
public function getHotwordRule()
{
return $this->hotwordRule;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2DetectionRule::class, 'Google_Service_DLP_GooglePrivacyDlpV2DetectionRule');