Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolServiceDirectoryConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolServiceDirectoryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#service ⇒ String
Corresponds to the JSON property
service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolServiceDirectoryConfig
constructor
A new instance of GoogleCloudDialogflowV2ToolServiceDirectoryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolServiceDirectoryConfig
Returns a new instance of GoogleCloudDialogflowV2ToolServiceDirectoryConfig.
17437 17438 17439 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17437 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service ⇒ String
Corresponds to the JSON property service
17435 17436 17437 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17435 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17442 17443 17444 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17442 def update!(**args) @service = args[:service] if args.key?(:service) end |