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 Google Cloud Dialogflow CX V3 API."],["The `ConflictingResources` class is used to handle conflicting resources detected during the intent import process, specifically when the `REPORT_CONFLICT` setting is enabled."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message data and compatibility."],["It contains properties for `EntityDisplayNames` and `IntentDisplayNames`, both of which are of type `RepeatedField\u003cstring\u003e`, indicating they can hold multiple display names of conflicting entities or intents respectively."],["The documentation covers versions from 1.0.0 to the latest 2.23.0, with direct links to each version's documentation for the class, for users that need to access past versions."]]],[]]