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 Google Cloud Dialogflow CX v3 API, specifically version 2.16.0."],["`ImportIntentsResponse.Types.ConflictingResources` is used to manage the list of conflicting resources detected during an import operation, and will only be populated if conflicts are detected during import and reporting of these conflicts is requested."],["The class is implemented as part of the Google.Cloud.Dialogflow.Cx.V3 namespace, in the assembly Google.Cloud.Dialogflow.Cx.V3.dll, with the latest version being 2.23.0, and many other older version links listed on the page."],["The `ConflictingResources` class has two properties, `EntityDisplayNames` and `IntentDisplayNames`, which are `RepeatedField` collections of strings representing conflicting entities and intents respectively."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]