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
140 141 142 143 |
# File 'proto_docs/google/cloud/dialogflow/v2/fulfillment.rb', line 140 class UpdateFulfillmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
140 141 142 143 |
# File 'proto_docs/google/cloud/dialogflow/v2/fulfillment.rb', line 140 class UpdateFulfillmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |