Dialogflow v3 API - Class ImportPlaybookResponse.Types.ConflictingResources (3.0.0)

public sealed class ImportPlaybookResponse.Types.ConflictingResources : IMessage<ImportPlaybookResponse.Types.ConflictingResources>, IEquatable<ImportPlaybookResponse.Types.ConflictingResources>, IDeepCloneable<ImportPlaybookResponse.Types.ConflictingResources>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class ImportPlaybookResponse.Types.ConflictingResources.

Conflicting resources detected during the import process. Only filled when [REPORT_CONFLICTS][ImportPlaybookResponse.REPORT_CONFLICTS] is set in the request and there are conflicts in the display names.

Inheritance

object > ImportPlaybookResponse.Types.ConflictingResources

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ConflictingResources()

public ConflictingResources()

ConflictingResources(ConflictingResources)

public ConflictingResources(ImportPlaybookResponse.Types.ConflictingResources other)
Parameter
Name Description
other ImportPlaybookResponseTypesConflictingResources

Properties

MainPlaybookDisplayName

public string MainPlaybookDisplayName { get; set; }

Display name of conflicting main playbook.

Property Value
Type Description
string

NestedPlaybookDisplayNames

public RepeatedField<string> NestedPlaybookDisplayNames { get; }

Display names of conflicting nested playbooks.

Property Value
Type Description
RepeatedFieldstring

ToolDisplayNames

public RepeatedField<string> ToolDisplayNames { get; }

Display names of conflicting tools.

Property Value
Type Description
RepeatedFieldstring