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

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

The request message for Experiments.UpdateExperiment.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ experiment Google\Cloud\Dialogflow\Cx\V3\Experiment

Required. The experiment to update.

↳ update_mask Google\Protobuf\FieldMask

Required. The mask to control which fields get updated.

getExperiment

Required. The experiment to update.

Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\Experiment|null

hasExperiment

clearExperiment

setExperiment

Required. The experiment to update.

Parameter
NameDescription
var Google\Cloud\Dialogflow\Cx\V3\Experiment
Returns
TypeDescription
$this

getUpdateMask

Required. The mask to control which fields get updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The mask to control which fields get updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
experiment Google\Cloud\Dialogflow\Cx\V3\Experiment

Required. The experiment to update.

updateMask Google\Protobuf\FieldMask

Required. The mask to control which fields get updated.

Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\UpdateExperimentRequest