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 \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ version
↳ 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.
hasVersion
clearVersion
setVersion
Required. The version to update.
$this
getUpdateMask
Required. The mask to control which fields get updated. Currently only description
and display_name
can be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The mask to control which fields get updated. Currently only description
and display_name
can be updated.
$this
static::build
version
updateMask
Google\Protobuf\FieldMask
Required. The mask to control which fields get updated. Currently only description
and display_name
can be updated.