Google Cloud Dialogflow Cx V3 Client - Class ImportFlowRequest (0.3.2)

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

The request message for Flows.ImportFlow.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The agent to import the flow into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

↳ flow_uri string

The Google Cloud Storage URI to import flow from. The format of this URI must be gs://<bucket-name>/<object-name>. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

↳ flow_content string

Uncompressed raw byte content for flow.

↳ import_option int

Flow import mode. If not specified, KEEP is assumed.

↳ flow_import_strategy Google\Cloud\Dialogflow\Cx\V3\FlowImportStrategy

Optional. Specifies the import strategy used when resolving resource conflicts.

getParent

Required. The agent to import the flow into.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

Returns
Type Description
string

setParent

Required. The agent to import the flow into.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

Parameter
Name Description
var string
Returns
Type Description
$this

getFlowUri

The Google Cloud Storage URI to import flow from. The format of this URI must be gs://<bucket-name>/<object-name>.

Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

Returns
Type Description
string

hasFlowUri

setFlowUri

The Google Cloud Storage URI to import flow from. The format of this URI must be gs://<bucket-name>/<object-name>.

Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

Parameter
Name Description
var string
Returns
Type Description
$this

getFlowContent

Uncompressed raw byte content for flow.

Returns
Type Description
string

hasFlowContent

setFlowContent

Uncompressed raw byte content for flow.

Parameter
Name Description
var string
Returns
Type Description
$this

getImportOption

Flow import mode. If not specified, KEEP is assumed.

Returns
Type Description
int

setImportOption

Flow import mode. If not specified, KEEP is assumed.

Parameter
Name Description
var int
Returns
Type Description
$this

getFlowImportStrategy

Optional. Specifies the import strategy used when resolving resource conflicts.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\FlowImportStrategy|null

hasFlowImportStrategy

clearFlowImportStrategy

setFlowImportStrategy

Optional. Specifies the import strategy used when resolving resource conflicts.

Parameter
Name Description
var Google\Cloud\Dialogflow\Cx\V3\FlowImportStrategy
Returns
Type Description
$this

getFlow

Returns
Type Description
string