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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
.
Returns | |
---|---|
Type | Description |
string |
setFlow
The unique identifier of the new flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |