Class: Google::Cloud::Dialogflow::V2::UpdateFulfillmentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#fulfillment::Google::Cloud::Dialogflow::V2::Fulfillment

Returns Required. The fulfillment to update.

Returns:



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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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