analysisResult = $analysisResult; } /** * @return GoogleCloudContactcenterinsightsV1alpha1AnalysisResult */ public function getAnalysisResult() { return $this->analysisResult; } /** * @param GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector */ public function setAnnotatorSelector(GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector $annotatorSelector) { $this->annotatorSelector = $annotatorSelector; } /** * @return GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector */ public function getAnnotatorSelector() { return $this->annotatorSelector; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setRequestTime($requestTime) { $this->requestTime = $requestTime; } /** * @return string */ public function getRequestTime() { return $this->requestTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1Analysis::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1Analysis');