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.
17400 17401 17402 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17400 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service ⇒ String
Corresponds to the JSON property service
17398 17399 17400 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17398 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17405 17406 17407 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17405 def update!(**args) @service = args[:service] if args.key?(:service) end |