Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class PlaybookImportStrategy.
The playbook import strategy used for resource conflict resolution associated with an ImportPlaybookRequest .
Generated from protobuf message google.cloud.dialogflow.cx.v3.PlaybookImportStrategy
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ main_playbook_import_strategy
int
Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.
↳ nested_resource_import_strategy
int
Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.
↳ tool_import_strategy
int
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.
getMainPlaybookImportStrategy
Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.
setMainPlaybookImportStrategy
Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.
$this
getNestedResourceImportStrategy
Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.
setNestedResourceImportStrategy
Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.
$this
getToolImportStrategy
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.
setToolImportStrategy
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.
$this

