dialogflowSource = $dialogflowSource; } /** * @return GoogleCloudContactcenterinsightsV1DialogflowSource */ public function getDialogflowSource() { return $this->dialogflowSource; } /** * @param GoogleCloudContactcenterinsightsV1GcsSource */ public function setGcsSource(GoogleCloudContactcenterinsightsV1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudContactcenterinsightsV1GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param string */ public function setMetadataUri($metadataUri) { $this->metadataUri = $metadataUri; } /** * @return string */ public function getMetadataUri() { return $this->metadataUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ConversationDataSource::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ConversationDataSource');