Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::UpdateFulfillmentRequest (v0.34.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::UpdateFulfillmentRequest.

The request message for Fulfillments.UpdateFulfillment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#fulfillment

def fulfillment() -> ::Google::Cloud::Dialogflow::V2::Fulfillment
Returns

#fulfillment=

def fulfillment=(value) -> ::Google::Cloud::Dialogflow::V2::Fulfillment
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — 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.