conversationFilter = $conversationFilter; } /** * @return string */ public function getConversationFilter() { return $this->conversationFilter; } /** * @param string */ public function setFeedbackLabelType($feedbackLabelType) { $this->feedbackLabelType = $feedbackLabelType; } /** * @return string */ public function getFeedbackLabelType() { return $this->feedbackLabelType; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination */ public function setGcsDestination(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param int */ public function setMaxDownloadCount($maxDownloadCount) { $this->maxDownloadCount = $maxDownloadCount; } /** * @return int */ public function getMaxDownloadCount() { return $this->maxDownloadCount; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param string[] */ public function setTemplateQaScorecardId($templateQaScorecardId) { $this->templateQaScorecardId = $templateQaScorecardId; } /** * @return string[] */ public function getTemplateQaScorecardId() { return $this->templateQaScorecardId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest');