Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolsetTool

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

Returns a new instance of GoogleCloudDialogflowV2ToolsetTool.



17709
17710
17711
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17709

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

Instance Attribute Details

#confirmation_requirementString

Corresponds to the JSON property confirmationRequirement

Returns:

  • (String)


17697
17698
17699
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17697

def confirmation_requirement
  @confirmation_requirement
end

#operation_idString

Corresponds to the JSON property operationId

Returns:

  • (String)


17702
17703
17704
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17702

def operation_id
  @operation_id
end

#toolsetString

Corresponds to the JSON property toolset

Returns:

  • (String)


17707
17708
17709
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17707

def toolset
  @toolset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17714
17715
17716
17717
17718
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17714

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