Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ImportFlowResponse.
The response message for Flows.ImportFlow.
Generated from protobuf message google.cloud.dialogflow.cx.v3.ImportFlowResponse
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ flow |
string
The unique identifier of the new flow. Format: |
getFlow
The unique identifier of the new flow.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
Returns | |
---|---|
Type | Description |
string |
setFlow
The unique identifier of the new flow.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |