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.
Implements
IMessageImportIntentsResponseTypesConflictingResources, IEquatableImportIntentsResponseTypesConflictingResources, IDeepCloneableImportIntentsResponseTypesConflictingResources, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ConflictingResources()
public ConflictingResources()
ConflictingResources(ConflictingResources)
public ConflictingResources(ImportIntentsResponse.Types.ConflictingResources other)
Parameter | |
---|---|
Name | Description |
other |
ImportIntentsResponseTypesConflictingResources |
Properties
EntityDisplayNames
public RepeatedField<string> EntityDisplayNames { get; }
Display names of conflicting entities.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
IntentDisplayNames
public RepeatedField<string> IntentDisplayNames { get; }
Display names of conflicting intents.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |