Dialogflow v3 API - Class ImportEntityTypesResponse.Types.ConflictingResources (2.17.0)

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.

Inheritance

object > ImportEntityTypesResponse.Types.ConflictingResources

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ConflictingResources()

public ConflictingResources()

ConflictingResources(ConflictingResources)

public ConflictingResources(ImportEntityTypesResponse.Types.ConflictingResources other)
Parameter
NameDescription
otherImportEntityTypesResponseTypesConflictingResources

Properties

EntityDisplayNames

public RepeatedField<string> EntityDisplayNames { get; }

Display names of conflicting entities.

Property Value
TypeDescription
RepeatedFieldstring

EntityTypeDisplayNames

public RepeatedField<string> EntityTypeDisplayNames { get; }

Display names of conflicting entity types.

Property Value
TypeDescription
RepeatedFieldstring