Google Cloud Dialogflow Cx V3 Client - Class ImportPlaybookResponse (0.10.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ImportPlaybookResponse.

The response message for Playbooks.ImportPlaybook.

Generated from protobuf message google.cloud.dialogflow.cx.v3.ImportPlaybookResponse

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ playbook string

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

↳ conflicting_resources ImportPlaybookResponse\ConflictingResources

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

getPlaybook

The unique identifier of the new playbook.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

Returns
Type Description
string

setPlaybook

The unique identifier of the new playbook.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

Parameter
Name Description
var string
Returns
Type Description
$this

getConflictingResources

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

Returns
Type Description
ImportPlaybookResponse\ConflictingResources|null

hasConflictingResources

clearConflictingResources

setConflictingResources

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

Parameter
Name Description
var ImportPlaybookResponse\ConflictingResources
Returns
Type Description
$this