Google Cloud Dialogflow Cx V3 Client - Class TrainFlowRequest (0.5.0)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class TrainFlowRequest.

The request message for Flows.TrainFlow.

Generated from protobuf message google.cloud.dialogflow.cx.v3.TrainFlowRequest

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The flow to train. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

getName

Required. The flow to train.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

Returns
Type Description
string

setName

Required. The flow to train.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The flow to train. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>. Please see FlowsClient::flowName() for help formatting this field.

Returns
Type Description
TrainFlowRequest