allArguments = $allArguments; } /** * @return KnowledgeAnswersSensitivityArgumentEvalPolicy */ public function getAllArguments() { return $this->allArguments; } /** * @param bool */ public function setEnabled($enabled) { $this->enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param bool */ public function setNestedIntentOnly($nestedIntentOnly) { $this->nestedIntentOnly = $nestedIntentOnly; } /** * @return bool */ public function getNestedIntentOnly() { return $this->nestedIntentOnly; } /** * @param bool */ public function setScrubEntireIntent($scrubEntireIntent) { $this->scrubEntireIntent = $scrubEntireIntent; } /** * @return bool */ public function getScrubEntireIntent() { return $this->scrubEntireIntent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersSensitivityIntentEvalPolicy::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersSensitivityIntentEvalPolicy');