Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#service ⇒ String
Corresponds to the JSON property
service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig
constructor
A new instance of GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig
Returns a new instance of GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig.
21858 21859 21860 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21858 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service ⇒ String
Corresponds to the JSON property service
21856 21857 21858 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21856 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21863 21864 21865 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21863 def update!(**args) @service = args[:service] if args.key?(:service) end |