conversation = $conversation; } /** * @return GoogleCloudContactcenterinsightsV1alpha1Conversation */ public function getConversation() { return $this->conversation; } /** * @param string */ public function setConversationId($conversationId) { $this->conversationId = $conversationId; } /** * @return string */ public function getConversationId() { return $this->conversationId; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param GoogleCloudContactcenterinsightsV1alpha1RedactionConfig */ public function setRedactionConfig(GoogleCloudContactcenterinsightsV1alpha1RedactionConfig $redactionConfig) { $this->redactionConfig = $redactionConfig; } /** * @return GoogleCloudContactcenterinsightsV1alpha1RedactionConfig */ public function getRedactionConfig() { return $this->redactionConfig; } /** * @param GoogleCloudContactcenterinsightsV1alpha1SpeechConfig */ public function setSpeechConfig(GoogleCloudContactcenterinsightsV1alpha1SpeechConfig $speechConfig) { $this->speechConfig = $speechConfig; } /** * @return GoogleCloudContactcenterinsightsV1alpha1SpeechConfig */ public function getSpeechConfig() { return $this->speechConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest');