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.
Parameters | |
---|---|
Name | Description |
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_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 | |
---|---|
Type | Description |
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 | |
---|---|
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 |
getFlow
Returns | |
---|---|
Type | Description |
string |