Class: Google::Cloud::Dialogflow::CX::V3::Tool::ServiceDirectoryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Tool::ServiceDirectoryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/tool.rb
Overview
Configuration for tools using Service Directory.
Instance Attribute Summary collapse
-
#service ⇒ ::String
Required.
Instance Attribute Details
#service ⇒ ::String
Returns Required. The name of Service
Directory service.
Format:
projects/<ProjectID>/locations/<LocationID>/namespaces/<NamespaceID>/services/<ServiceID>.
LocationID of the service directory must be the same as the location
of the agent.
438 439 440 441 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool.rb', line 438 class ServiceDirectoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |