Class: Google::Cloud::Dialogflow::V2::UpdateFulfillmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateFulfillmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/fulfillment.rb
Overview
The request message for Fulfillments.UpdateFulfillment.
Instance Attribute Summary collapse
-
#fulfillment ⇒ ::Google::Cloud::Dialogflow::V2::Fulfillment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#fulfillment ⇒ ::Google::Cloud::Dialogflow::V2::Fulfillment
Returns Required. The fulfillment to update.
146 147 148 149 |
# File 'proto_docs/google/cloud/dialogflow/v2/fulfillment.rb', line 146 class UpdateFulfillmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
146 147 148 149 |
# File 'proto_docs/google/cloud/dialogflow/v2/fulfillment.rb', line 146 class UpdateFulfillmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |