Class: Google::Cloud::Dialogflow::CX::V3::GetWebhookRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the webhook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/webhooks/<WebhookID>.

Returns:

  • (::String)

    Required. The name of the webhook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/webhooks/<WebhookID>.



284
285
286
287
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 284

class GetWebhookRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end