Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolExtensionTool
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolExtensionTool
- 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
-
#name ⇒ String
Corresponds to the JSON property
name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolExtensionTool
constructor
A new instance of GoogleCloudDialogflowV2beta1ToolExtensionTool.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolExtensionTool
Returns a new instance of GoogleCloudDialogflowV2beta1ToolExtensionTool.
21551 21552 21553 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21551 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Corresponds to the JSON property name
21549 21550 21551 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21549 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21556 21557 21558 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21556 def update!(**args) @name = args[:name] if args.key?(:name) end |