conversationConfig = $conversationConfig; } /** * @return GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig */ public function getConversationConfig() { return $this->conversationConfig; } /** * @param GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource */ public function setGcsSource(GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param GoogleCloudContactcenterinsightsV1RedactionConfig */ public function setRedactionConfig(GoogleCloudContactcenterinsightsV1RedactionConfig $redactionConfig) { $this->redactionConfig = $redactionConfig; } /** * @return GoogleCloudContactcenterinsightsV1RedactionConfig */ public function getRedactionConfig() { return $this->redactionConfig; } /** * @param int */ public function setSampleSize($sampleSize) { $this->sampleSize = $sampleSize; } /** * @return int */ public function getSampleSize() { return $this->sampleSize; } /** * @param GoogleCloudContactcenterinsightsV1SpeechConfig */ public function setSpeechConfig(GoogleCloudContactcenterinsightsV1SpeechConfig $speechConfig) { $this->speechConfig = $speechConfig; } /** * @return GoogleCloudContactcenterinsightsV1SpeechConfig */ public function getSpeechConfig() { return $this->speechConfig; } /** * @param GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig */ public function setTranscriptObjectConfig(GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig $transcriptObjectConfig) { $this->transcriptObjectConfig = $transcriptObjectConfig; } /** * @return GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig */ public function getTranscriptObjectConfig() { return $this->transcriptObjectConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1IngestConversationsRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1IngestConversationsRequest');