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 \ V3Methods
__construct
Constructor.
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>
.
string
setPlaybook
The unique identifier of the new playbook.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>
.
var
string
$this
getConflictingResources
Info which resources have conflicts when REPORT_CONFLICTS import strategy is set for all resources in ImportPlaybookRequest.
hasConflictingResources
clearConflictingResources
setConflictingResources
Info which resources have conflicts when REPORT_CONFLICTS import strategy is set for all resources in ImportPlaybookRequest.
$this

