Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DeleteWebhookRequest.
The request message for Webhooks.DeleteWebhook.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#force
def force() -> ::Boolean
-
(::Boolean) —
This field has no effect for webhook not being used. For webhooks that are used by pages/flows/transition route groups:
#force=
def force=(value) -> ::Boolean
-
value (::Boolean) —
This field has no effect for webhook not being used. For webhooks that are used by pages/flows/transition route groups:
-
(::Boolean) —
This field has no effect for webhook not being used. For webhooks that are used by pages/flows/transition route groups:
#name
def name() -> ::String
-
(::String) — Required. The name of the webhook to delete.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/webhooks/<Webhook ID>
.
#name=
def name=(value) -> ::String
-
value (::String) — Required. The name of the webhook to delete.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/webhooks/<Webhook ID>
.
-
(::String) — Required. The name of the webhook to delete.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/webhooks/<Webhook ID>
.