Google Cloud Dialogflow Cx V3 Client - Class ExportFlowResponse (0.2.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

hasFlowUri

setFlowUri

The URI to a file containing the exported flow. This field is populated only if flow_uri is specified in ExportFlowRequest.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFlowContent

Uncompressed raw byte content for flow.

Returns
TypeDescription
string

hasFlowContent

setFlowContent

Uncompressed raw byte content for flow.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFlow

Returns
TypeDescription
string