Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#service ⇒ String
Corresponds to the JSON property
service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig
Returns a new instance of GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig.
13036 13037 13038 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13036 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service ⇒ String
Corresponds to the JSON property service
13034 13035 13036 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13034 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13041 13042 13043 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13041 def update!(**args) @service = args[:service] if args.key?(:service) end |