name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setQueryId($queryId) { $this->queryId = $queryId; } /** * @return string */ public function getQueryId() { return $this->queryId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1SearchResponseSessionInfo::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1SearchResponseSessionInfo');