Google Cloud Dialogflow Cx V3 Client - Class FlowImportStrategy (0.3.4)

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

The flow import strategy used for resource conflict resolution associated with an ImportFlowRequest.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ global_import_strategy int

Optional. Import strategy for resource conflict resolution, applied globally throughout the flow. It will be applied for all display name conflicts in the imported content. If not specified, 'CREATE_NEW' is assumed.

getGlobalImportStrategy

Optional. Import strategy for resource conflict resolution, applied globally throughout the flow. It will be applied for all display name conflicts in the imported content. If not specified, 'CREATE_NEW' is assumed.

Returns
Type Description
int

setGlobalImportStrategy

Optional. Import strategy for resource conflict resolution, applied globally throughout the flow. It will be applied for all display name conflicts in the imported content. If not specified, 'CREATE_NEW' is assumed.

Parameter
Name Description
var int
Returns
Type Description
$this