Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolsetTool

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) ⇒ GoogleCloudDialogflowV2beta1ToolsetTool

Returns a new instance of GoogleCloudDialogflowV2beta1ToolsetTool.



22020
22021
22022
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22020

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

Instance Attribute Details

#confirmation_requirementString

Corresponds to the JSON property confirmationRequirement

Returns:

  • (String)


22008
22009
22010
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22008

def confirmation_requirement
  @confirmation_requirement
end

#operation_idString

Corresponds to the JSON property operationId

Returns:

  • (String)


22013
22014
22015
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22013

def operation_id
  @operation_id
end

#toolsetString

Corresponds to the JSON property toolset

Returns:

  • (String)


22018
22019
22020
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22018

def toolset
  @toolset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22025
22026
22027
22028
22029
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22025

def update!(**args)
  @confirmation_requirement = args[:confirmation_requirement] if args.key?(:confirmation_requirement)
  @operation_id = args[:operation_id] if args.key?(:operation_id)
  @toolset = args[:toolset] if args.key?(:toolset)
end