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 \ V3Methods
__construct
Constructor.
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>
.
string
setParent
Required. The agent to import the flow into.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
var
string
$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 .
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 .
var
string
$this
getFlowContent
Uncompressed raw byte content for flow.
string
hasFlowContent
setFlowContent
Uncompressed raw byte content for flow.
var
string
$this
getImportOption
Flow import mode. If not specified, KEEP
is assumed.
int
setImportOption
Flow import mode. If not specified, KEEP
is assumed.
var
int
$this
getFlowImportStrategy
Optional. Specifies the import strategy used when resolving resource conflicts.
hasFlowImportStrategy
clearFlowImportStrategy
setFlowImportStrategy
Optional. Specifies the import strategy used when resolving resource conflicts.
$this
getFlow
string