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

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.

Inheritance

object > ImportIntentsResponse.Types.ConflictingResources

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ConflictingResources()

public ConflictingResources()

ConflictingResources(ConflictingResources)

public ConflictingResources(ImportIntentsResponse.Types.ConflictingResources other)
Parameter
NameDescription
otherImportIntentsResponseTypesConflictingResources

Properties

EntityDisplayNames

public RepeatedField<string> EntityDisplayNames { get; }

Display names of conflicting entities.

Property Value
TypeDescription
RepeatedFieldstring

IntentDisplayNames

public RepeatedField<string> IntentDisplayNames { get; }

Display names of conflicting intents.

Property Value
TypeDescription
RepeatedFieldstring