conflictingResources = $conflictingResources; } /** * @return GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources */ public function getConflictingResources() { return $this->conflictingResources; } /** * @param string[] */ public function setIntents($intents) { $this->intents = $intents; } /** * @return string[] */ public function getIntents() { return $this->intents; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ImportIntentsResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportIntentsResponse');