analysisPercentage = $analysisPercentage; } /** * @return float */ public function getAnalysisPercentage() { return $this->analysisPercentage; } /** * @param GoogleCloudContactcenterinsightsV1AnnotatorSelector */ public function setAnnotatorSelector(GoogleCloudContactcenterinsightsV1AnnotatorSelector $annotatorSelector) { $this->annotatorSelector = $annotatorSelector; } /** * @return GoogleCloudContactcenterinsightsV1AnnotatorSelector */ public function getAnnotatorSelector() { return $this->annotatorSelector; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest');