Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class UpdateExampleRequest.
The request message for Examples.UpdateExample .
Generated from protobuf message google.cloud.dialogflow.cx.v3.UpdateExampleRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ example
↳ update_mask
Google\Protobuf\FieldMask
Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
getExample
Required. The example to update.
hasExample
clearExample
setExample
Required. The example to update.
$this
getUpdateMask
Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
$this
static::build
example
updateMask
Google\Protobuf\FieldMask
Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

