Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolExtensionTool
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolExtensionTool
- 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
-
#name ⇒ String
Corresponds to the JSON property
name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolExtensionTool
constructor
A new instance of GoogleCloudDialogflowV2ToolExtensionTool.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolExtensionTool
Returns a new instance of GoogleCloudDialogflowV2ToolExtensionTool.
17313 17314 17315 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17313 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Corresponds to the JSON property name
17311 17312 17313 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17311 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17318 17319 17320 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17318 def update!(**args) @name = args[:name] if args.key?(:name) end |