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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ flow string

The unique identifier of the new flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

getFlow

The unique identifier of the new flow.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

Returns
TypeDescription
string

setFlow

The unique identifier of the new flow.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this