Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolConnectorToolAction

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolConnectorToolAction

Returns a new instance of GoogleCloudDialogflowV2ToolConnectorToolAction.



17495
17496
17497
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17495

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

Instance Attribute Details

#connection_action_idString

Corresponds to the JSON property connectionActionId

Returns:

  • (String)


17478
17479
17480
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17478

def connection_action_id
  @connection_action_id
end

#entity_operationGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation

Corresponds to the JSON property entityOperation



17483
17484
17485
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17483

def entity_operation
  @entity_operation
end

#input_fieldsArray<String>

Corresponds to the JSON property inputFields

Returns:

  • (Array<String>)


17488
17489
17490
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17488

def input_fields
  @input_fields
end

#output_fieldsArray<String>

Corresponds to the JSON property outputFields

Returns:

  • (Array<String>)


17493
17494
17495
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17493

def output_fields
  @output_fields
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17500
17501
17502
17503
17504
17505
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17500

def update!(**args)
  @connection_action_id = args[:connection_action_id] if args.key?(:connection_action_id)
  @entity_operation = args[:entity_operation] if args.key?(:entity_operation)
  @input_fields = args[:input_fields] if args.key?(:input_fields)
  @output_fields = args[:output_fields] if args.key?(:output_fields)
end