Class: Google::Cloud::Dialogflow::CX::V3::Webhook::ServiceDirectoryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Webhook::ServiceDirectoryConfig
- 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
-
#generic_web_service ⇒ ::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService
Generic Service configuration of this webhook.
-
#service ⇒ ::String
Required.
Instance Attribute Details
#generic_web_service ⇒ ::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService
Returns Generic Service configuration of this webhook.
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.
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 |