eventAttributes = $eventAttributes; } /** * @return GoogleCloudRecommendationengineV1beta1FeatureMap */ public function getEventAttributes() { return $this->eventAttributes; } /** * @param string[] */ public function setExperimentIds($experimentIds) { $this->experimentIds = $experimentIds; } /** * @return string[] */ public function getExperimentIds() { return $this->experimentIds; } /** * @param string */ public function setPageViewId($pageViewId) { $this->pageViewId = $pageViewId; } /** * @return string */ public function getPageViewId() { return $this->pageViewId; } /** * @param string */ public function setRecommendationToken($recommendationToken) { $this->recommendationToken = $recommendationToken; } /** * @return string */ public function getRecommendationToken() { return $this->recommendationToken; } /** * @param string */ public function setReferrerUri($referrerUri) { $this->referrerUri = $referrerUri; } /** * @return string */ public function getReferrerUri() { return $this->referrerUri; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommendationengineV1beta1EventDetail::class, 'Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1EventDetail');