destinationDataset = $destinationDataset; } /** * @return GoogleCloudContactcenterinsightsV1alpha1Dataset */ public function getDestinationDataset() { return $this->destinationDataset; } /** * Required. The parent resource of the dataset. * * @param string $parent */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * Optional. The sample rule used for sampling conversations. * * @param GoogleCloudContactcenterinsightsV1alpha1SampleRule $sampleRule */ public function setSampleRule(GoogleCloudContactcenterinsightsV1alpha1SampleRule $sampleRule) { $this->sampleRule = $sampleRule; } /** * @return GoogleCloudContactcenterinsightsV1alpha1SampleRule */ public function getSampleRule() { return $this->sampleRule; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest');