references = $references; } /** * @return GoogleCloudDiscoveryengineV1betaReplyReference[] */ public function getReferences() { return $this->references; } /** * @param string */ public function setReply($reply) { $this->reply = $reply; } /** * @return string */ public function getReply() { return $this->reply; } /** * @param GoogleCloudDiscoveryengineV1betaSearchResponseSummary */ public function setSummary(GoogleCloudDiscoveryengineV1betaSearchResponseSummary $summary) { $this->summary = $summary; } /** * @return GoogleCloudDiscoveryengineV1betaSearchResponseSummary */ public function getSummary() { return $this->summary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaReply::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaReply');