Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolConnectorTool

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolConnectorTool

Returns a new instance of GoogleCloudDialogflowV2beta1ToolConnectorTool.



22232
22233
22234
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22232

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#actionsArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolConnectorToolAction>

Corresponds to the JSON property actions



22225
22226
22227
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22225

def actions
  @actions
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


22230
22231
22232
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22230

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22237
22238
22239
22240
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22237

def update!(**args)
  @actions = args[:actions] if args.key?(:actions)
  @name = args[:name] if args.key?(:name)
end