Class: Google::Cloud::Dialogflow::CX::V3::DeleteWebhookRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DeleteWebhookRequest
- 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.DeleteWebhook.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
This field has no effect for webhook not being used.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns This field has no effect for webhook not being used. For webhooks that are used by pages/flows/transition route groups:
336 337 338 339 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 336 class DeleteWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the webhook to delete.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/webhooks/<WebhookID>
.
336 337 338 339 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 336 class DeleteWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |