failedSampleCount = $failedSampleCount; } /** * @return int */ public function getFailedSampleCount() { return $this->failedSampleCount; } /** * Output only. The number of new conversations added during this sample * operation. * * @param int $successfulSampleCount */ public function setSuccessfulSampleCount($successfulSampleCount) { $this->successfulSampleCount = $successfulSampleCount; } /** * @return int */ public function getSuccessfulSampleCount() { return $this->successfulSampleCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1mainSampleConversationsMetadataSampleConversationsStats::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainSampleConversationsMetadataSampleConversationsStats');