Google Cloud Dialogflow Cx V3 Client - Class UpdateVersionRequest (0.1.1)

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

The request message for Versions.UpdateVersion.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ version Google\Cloud\Dialogflow\Cx\V3\Version

Required. The version to update.

↳ update_mask Google\Protobuf\FieldMask

Required. The mask to control which fields get updated. Currently only description and display_name can be updated.

getVersion

Required. The version to update.

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

hasVersion

clearVersion

setVersion

Required. The version to update.

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

getUpdateMask

Required. The mask to control which fields get updated. Currently only description and display_name can be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The mask to control which fields get updated. Currently only description and display_name can be updated.

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