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."],[[["This webpage provides documentation for the `ImportEntityTypesResponse.Types.ConflictingResources` class within the Dialogflow v3 API, detailing its purpose in identifying conflicts during the entity type import process."],["The content lists various versions of the Dialogflow v3 API, ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the latest release, providing links to documentation for each version, specifically regarding `ImportEntityTypesResponse.Types.ConflictingResources`."],["`ImportEntityTypesResponse.Types.ConflictingResources` is a class that detects and lists conflicting resources that occur when importing entity types, triggered when the `REPORT_CONFLICT` option is enabled, and conflicts in display names are found."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes constructors for creating instances and copying from existing ones, in addition to the `EntityDisplayNames` and `EntityTypeDisplayNames` properties for managing conflicting names."],["The documentation includes inherited members from the base object class such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]