citedChunks = $citedChunks; } /** * @return GoogleCloudDiscoveryengineV1FactChunk[] */ public function getCitedChunks() { return $this->citedChunks; } /** * @param GoogleCloudDiscoveryengineV1CheckGroundingResponseCheckGroundingFactChunk[] */ public function setCitedFacts($citedFacts) { $this->citedFacts = $citedFacts; } /** * @return GoogleCloudDiscoveryengineV1CheckGroundingResponseCheckGroundingFactChunk[] */ public function getCitedFacts() { return $this->citedFacts; } /** * @param GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim[] */ public function setClaims($claims) { $this->claims = $claims; } /** * @return GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim[] */ public function getClaims() { return $this->claims; } /** * @param float */ public function setSupportScore($supportScore) { $this->supportScore = $supportScore; } /** * @return float */ public function getSupportScore() { return $this->supportScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1CheckGroundingResponse::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1CheckGroundingResponse');