Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportFlowResponse.
The response message for Flows.ExportFlow .
Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportFlowResponse
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ flow_uri
string
The URI to a file containing the exported flow. This field is populated only if flow_uri
is specified in ExportFlowRequest
.
↳ flow_content
string
Uncompressed raw byte content for flow.
getFlowUri
The URI to a file containing the exported flow. This field is populated
only if flow_uri
is specified in ExportFlowRequest
.
string
hasFlowUri
setFlowUri
The URI to a file containing the exported flow. This field is populated
only if flow_uri
is specified in ExportFlowRequest
.
var
string
$this
getFlowContent
Uncompressed raw byte content for flow.
string
hasFlowContent
setFlowContent
Uncompressed raw byte content for flow.
var
string
$this
getFlow
string