entityDisplayNames = $entityDisplayNames; } /** * @return string[] */ public function getEntityDisplayNames() { return $this->entityDisplayNames; } /** * @param string[] */ public function setIntentDisplayNames($intentDisplayNames) { $this->intentDisplayNames = $intentDisplayNames; } /** * @return string[] */ public function getIntentDisplayNames() { return $this->intentDisplayNames; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources');