public sealed class ImportEntityTypesResponse.Types.ConflictingResources : IMessage<ImportEntityTypesResponse.Types.ConflictingResources>, IEquatable<ImportEntityTypesResponse.Types.ConflictingResources>, IDeepCloneable<ImportEntityTypesResponse.Types.ConflictingResources>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ImportEntityTypesResponse.Types.ConflictingResources.
Conflicting resources detected during the import process. Only filled when
[REPORT_CONFLICT][ImportEntityTypesResponse.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."],[[["The provided content is a list of versions for the `ImportEntityTypesResponse.Types.ConflictingResources` class within the Google Cloud Dialogflow CX v3 API, ranging from version 1.0.0 to the latest version 2.23.0."],["This class, `ImportEntityTypesResponse.Types.ConflictingResources`, is used to handle and report conflicts in display names that occur during the entity type import process, when `REPORT_CONFLICT` is set."],["The `ImportEntityTypesResponse.Types.ConflictingResources` class inherits from `object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default and one that takes another instance of `ConflictingResources` as a parameter."],["Key properties within this class include `EntityDisplayNames` and `EntityTypeDisplayNames`, both of which are of type `RepeatedField\u003cstring\u003e` and are used to identify the display names of the conflicting entities and entity types."]]],[]]