public sealed class ImportEntityTypesResponse.Types.ConflictingResources : IMessage<ImportEntityTypesResponse.Types.ConflictingResources>, IEquatable<ImportEntityTypesResponse.Types.ConflictingResources>, IDeepCloneable<ImportEntityTypesResponse.Types.ConflictingResources>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ImportEntityTypesResponse.Types.ConflictingResources.
Conflicting resources detected during the import process. Only filled when
[REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] is set in the
request and there are conflicts in the display names.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `ImportEntityTypesResponse.Types.ConflictingResources` class within the Dialogflow v3 API for .NET, with the latest version being 2.23.0 and version 2.18.0 being the initial displayed version."],["The `ConflictingResources` class represents resources that were found to be in conflict during an entity import operation, which are only filled when the `REPORT_CONFLICT` is set and conflicts in the display names are present."],["The `ConflictingResources` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, giving it various capabilities related to messages, equality, deep cloning, and buffering."],["The class contains the properties `EntityDisplayNames` and `EntityTypeDisplayNames`, which are `RepeatedField` collections of strings representing conflicting entities and entity types found during the import process, respectively."],["There are several versions of this API available, going from version 1.0.0 to the current latest 2.23.0, with links to each version's specific documentation page."]]],[]]