Dialogflow v3 API - Class ImportPlaybookResponse (3.0.0)

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

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

The response message for [Playbooks.ImportPlaybook][google.cloud.dialogflow.cx.v3.Playbooks.ImportPlaybook].

Inheritance

object > ImportPlaybookResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ImportPlaybookResponse()

public ImportPlaybookResponse()

ImportPlaybookResponse(ImportPlaybookResponse)

public ImportPlaybookResponse(ImportPlaybookResponse other)
Parameter
Name Description
other ImportPlaybookResponse

Properties

ConflictingResources

public ImportPlaybookResponse.Types.ConflictingResources ConflictingResources { get; set; }

Info which resources have conflicts when [REPORT_CONFLICTS][ImportPlaybookResponse.REPORT_CONFLICTS] import strategy is set for all resources in ImportPlaybookRequest.

Property Value
Type Description
ImportPlaybookResponseTypesConflictingResources

Playbook

public string Playbook { get; set; }

The unique identifier of the new playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

Property Value
Type Description
string

PlaybookAsPlaybookName

public PlaybookName PlaybookAsPlaybookName { get; set; }

PlaybookName-typed view over the Playbook resource name property.

Property Value
Type Description
PlaybookName