Class: Google::Cloud::Dialogflow::CX::V3::CreateWebhookRequest

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.CreateWebhook.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The agent to create a webhook for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns:

  • (::String)

    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.

Returns:



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