Class: Google::Cloud::Dialogflow::CX::V3::CreateWebhookRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::CreateWebhookRequest
- 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.CreateWebhook.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#webhook ⇒ ::Google::Cloud::Dialogflow::CX::V3::Webhook
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The agent to create a webhook for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
298 299 300 301 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 298 class CreateWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#webhook ⇒ ::Google::Cloud::Dialogflow::CX::V3::Webhook
Returns Required. The webhook to create.
298 299 300 301 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 298 class CreateWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |