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.
Implements
IMessageImportEntityTypesResponseTypesConflictingResources, IEquatableImportEntityTypesResponseTypesConflictingResources, IDeepCloneableImportEntityTypesResponseTypesConflictingResources, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ConflictingResources()
public ConflictingResources()
ConflictingResources(ConflictingResources)
public ConflictingResources(ImportEntityTypesResponse.Types.ConflictingResources other)
Parameter | |
---|---|
Name | Description |
other |
ImportEntityTypesResponseTypesConflictingResources |
Properties
EntityDisplayNames
public RepeatedField<string> EntityDisplayNames { get; }
Display names of conflicting entities.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
EntityTypeDisplayNames
public RepeatedField<string> EntityTypeDisplayNames { get; }
Display names of conflicting entity types.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |