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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ConversationDataSource::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ConversationDataSource');