Class ImportPlaybookResponse (2.0.0)

ImportPlaybookResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for Playbooks.ImportPlaybook.

Attributes

Name Description
playbook str
The unique identifier of the new playbook. Format: projects/.
conflicting_resources google.cloud.dialogflowcx_v3beta1.types.ImportPlaybookResponse.ConflictingResources
Info which resources have conflicts when REPORT_CONFLICTS][ImportPlaybookResponse.REPORT_CONFLICTS] import strategy is set for all resources in ImportPlaybookRequest.

Classes

ConflictingResources

ConflictingResources(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.