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

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

getName

Required. The flow to train.

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

Returns
Type Description
string

setName

Required. The flow to train.

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The flow to train. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>. Please see Google\Cloud\Dialogflow\Cx\V3\FlowsClient::flowName() for help formatting this field.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\TrainFlowRequest