analysisResult = $analysisResult; } /** * @return GoogleCloudContactcenterinsightsV1alpha1AnalysisResult */ public function getAnalysisResult() { return $this->analysisResult; } /** * To select the annotators to run and the phrase matchers to use (if any). If * not specified, all annotators will be run. * * @param GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector $annotatorSelector */ public function setAnnotatorSelector(GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector $annotatorSelector) { $this->annotatorSelector = $annotatorSelector; } /** * @return GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector */ public function getAnnotatorSelector() { return $this->annotatorSelector; } /** * Output only. The time at which the analysis was created, which occurs when * the long-running operation completes. * * @param string $createTime */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * Immutable. The resource name of the analysis. Format: projects/{project}/lo * cations/{location}/conversations/{conversation}/analyses/{analysis} * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * Output only. The time at which the analysis was requested. * * @param string $requestTime */ 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');