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-04-08 UTC."],[[["The page provides documentation for the `ImportIntentsResponse.Types.ConflictingResources` class within the Dialogflow v3 API, specifically for the .NET environment."],["This class is used to manage conflicting resources, such as display names, that are detected during the intent import process within Dialogflow."],["There is an extensive list of versions of the `ImportIntentsResponse.Types.ConflictingResources` component, ranging from version 2.23.0 down to 1.0.0, with the latest being version 2.23.0."],["The `ConflictingResources` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class contains two properties, `EntityDisplayNames` and `IntentDisplayNames`, both of type `RepeatedField\u003cstring\u003e`, which hold the display names of conflicting entities and intents, respectively."]]],[]]