Class: Google::Cloud::Dialogflow::CX::V3::UpdateWebhookRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UpdateWebhookRequest
- 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
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The mask to control which fields get updated.
-
#webhook ⇒ ::Google::Cloud::Dialogflow::CX::V3::Webhook
Required.
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.
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.
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 |