Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CesToolSpec

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

Returns a new instance of GoogleCloudDialogflowV2CesToolSpec.



8025
8026
8027
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8025

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

Instance Attribute Details

#ces_toolString

Corresponds to the JSON property cesTool

Returns:

  • (String)


8018
8019
8020
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8018

def ces_tool
  @ces_tool
end

#confirmation_requirementString

Corresponds to the JSON property confirmationRequirement

Returns:

  • (String)


8023
8024
8025
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8023

def confirmation_requirement
  @confirmation_requirement
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8030
8031
8032
8033
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8030

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