Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class UpdateFulfillmentRequest.
The request message for Fulfillments.UpdateFulfillment .
Generated from protobuf message google.cloud.dialogflow.v2.UpdateFulfillmentRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ fulfillment
↳ update_mask
Google\Protobuf\FieldMask
Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
getFulfillment
Required. The fulfillment to update.
Generated from protobuf field .google.cloud.dialogflow.v2.Fulfillment fulfillment = 1 [(.google.api.field_behavior) = REQUIRED];
hasFulfillment
clearFulfillment
setFulfillment
Required. The fulfillment to update.
Generated from protobuf field .google.cloud.dialogflow.v2.Fulfillment fulfillment = 1 [(.google.api.field_behavior) = REQUIRED];
$this
getUpdateMask
Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\FieldMask|null
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
var
Google\Protobuf\FieldMask
$this