analysisPercentage = $analysisPercentage; } /** * @return float */ public function getAnalysisPercentage() { return $this->analysisPercentage; } /** * To select the annotators to run and the phrase matchers to use (if any). If * not specified, all annotators will be run. * * @param GoogleCloudContactcenterinsightsV1mainAnnotatorSelector $annotatorSelector */ public function setAnnotatorSelector(GoogleCloudContactcenterinsightsV1mainAnnotatorSelector $annotatorSelector) { $this->annotatorSelector = $annotatorSelector; } /** * @return GoogleCloudContactcenterinsightsV1mainAnnotatorSelector */ public function getAnnotatorSelector() { return $this->annotatorSelector; } /** * Required. Filter used to select the subset of conversations to analyze. * * @param string $filter */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * Required. The parent resource to create analyses in. * * @param string $parent */ 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(GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsRequest');