Class: Google::Cloud::Dialogflow::CX::V3::UpdateWebhookRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb

Overview

The request message for Webhooks.UpdateWebhook.

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

Returns The mask to control which fields get updated. If the mask is not present, all fields will be updated.

Returns:



312
313
314
315
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 312

class UpdateWebhookRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#webhook::Google::Cloud::Dialogflow::CX::V3::Webhook

Returns Required. The webhook to update.

Returns:



312
313
314
315
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 312

class UpdateWebhookRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end