public sealed class ImportIntentsResponse.Types.ConflictingResources : IMessage<ImportIntentsResponse.Types.ConflictingResources>, IEquatable<ImportIntentsResponse.Types.ConflictingResources>, IDeepCloneable<ImportIntentsResponse.Types.ConflictingResources>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ImportIntentsResponse.Types.ConflictingResources.
Conflicting resources detected during the import process. Only filled when
[REPORT_CONFLICT][ImportIntentsResponse.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 `ImportIntentsResponse.Types.ConflictingResources` class within the Dialogflow v3 API for .NET."],["The `ConflictingResources` class is used to handle conflicting resources detected during the intent import process, specifically when `REPORT_CONFLICT` is set and display name conflicts are found."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities for message handling and cloning."],["The `ConflictingResources` class has two key properties, `EntityDisplayNames` and `IntentDisplayNames`, which are used to store and represent the conflicting display names of entities and intents respectively, and these are of the type `RepeatedField\u003cstring\u003e`."],["The latest version of the documentation is for 2.23.0, and it also provides documentation for previous versions as far back as 1.0.0."]]],[]]