conflictingResources = $conflictingResources; } /** * @return GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources */ 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(GoogleCloudDialogflowCxV3beta1ImportIntentsResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportIntentsResponse');