destinationDataset = $destinationDataset; } /** * @return GoogleCloudContactcenterinsightsV1Dataset */ public function getDestinationDataset() { return $this->destinationDataset; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param GoogleCloudContactcenterinsightsV1SampleRule */ public function setSampleRule(GoogleCloudContactcenterinsightsV1SampleRule $sampleRule) { $this->sampleRule = $sampleRule; } /** * @return GoogleCloudContactcenterinsightsV1SampleRule */ public function getSampleRule() { return $this->sampleRule; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1SampleConversationsRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1SampleConversationsRequest');