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 documentation for the `ImportIntentsResponse.Types.ConflictingResources` class within the Dialogflow v3 API for .NET."],["The `ConflictingResources` class is used to represent and handle conflicting resources, specifically when importing intents, and this is detected during the import process when `REPORT_CONFLICT` is set in the request."],["The page offers access to a variety of versions of the documentation for `ConflictingResources`, from the latest version 2.23.0 all the way down to version 1.0.0, where they can be browsed to see previous iterations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its functionality and compatibility within the .NET framework."],["Key properties within the `ConflictingResources` class include `EntityDisplayNames` and `IntentDisplayNames`, which are used to list conflicting entities and intents by their display names."]]],[]]