Class PlaybookImportStrategy (2.0.0)

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

The playbook import strategy used for resource conflict resolution associated with an ImportPlaybookRequest.

Attributes

Name Description
main_playbook_import_strategy google.cloud.dialogflowcx_v3beta1.types.ImportStrategy
Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.
nested_resource_import_strategy google.cloud.dialogflowcx_v3beta1.types.ImportStrategy
Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.
tool_import_strategy google.cloud.dialogflowcx_v3beta1.types.ImportStrategy
Optional. Specifies the import strategy used when resolving tool conflicts. If not specified, 'CREATE_NEW' is assumed. This will be applied after the main playbook and nested resource import strategies, meaning if the playbook that references the tool is skipped, the tool will also be skipped.