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