answerCandidate = $answerCandidate; } /** * @return string */ public function getAnswerCandidate() { return $this->answerCandidate; } /** * @param GoogleCloudDiscoveryengineV1GroundingFact[] */ public function setFacts($facts) { $this->facts = $facts; } /** * @return GoogleCloudDiscoveryengineV1GroundingFact[] */ public function getFacts() { return $this->facts; } /** * @param GoogleCloudDiscoveryengineV1CheckGroundingSpec */ public function setGroundingSpec(GoogleCloudDiscoveryengineV1CheckGroundingSpec $groundingSpec) { $this->groundingSpec = $groundingSpec; } /** * @return GoogleCloudDiscoveryengineV1CheckGroundingSpec */ public function getGroundingSpec() { return $this->groundingSpec; } /** * @param string[] */ public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } /** * @return string[] */ public function getUserLabels() { return $this->userLabels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1CheckGroundingRequest::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1CheckGroundingRequest');