Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#service ⇒ String
Corresponds to the JSON property
service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig
constructor
A new instance of GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig
Returns a new instance of GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig.
8314 8315 8316 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8314 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service ⇒ String
Corresponds to the JSON property service
8312 8313 8314 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8312 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8319 8320 8321 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8319 def update!(**args) @service = args[:service] if args.key?(:service) end |