Class: Google::Cloud::Dialogflow::CX::V3::Webhook::ServiceDirectoryConfig

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

Represents configuration for a Service Directory service.

Instance Attribute Summary collapse

Instance Attribute Details

#generic_web_service::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService

Returns Generic Service configuration of this webhook.

Returns:



238
239
240
241
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 238

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

#service::String

Returns Required. The name of Service Directory service. Format: projects/<ProjectID>/locations/<LocationID>/namespaces/<NamespaceID>/services/<ServiceID>. Location ID of the service directory must be the same as the location of the agent.

Returns:

  • (::String)

    Required. The name of Service Directory service. Format: projects/<ProjectID>/locations/<LocationID>/namespaces/<NamespaceID>/services/<ServiceID>. Location ID of the service directory must be the same as the location of the agent.



238
239
240
241
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 238

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