Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CesToolSpec

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

Returns a new instance of GoogleCloudDialogflowV2beta1CesToolSpec.



12283
12284
12285
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12283

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

Instance Attribute Details

#ces_toolString

Corresponds to the JSON property cesTool

Returns:

  • (String)


12276
12277
12278
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12276

def ces_tool
  @ces_tool
end

#confirmation_requirementString

Corresponds to the JSON property confirmationRequirement

Returns:

  • (String)


12281
12282
12283
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12281

def confirmation_requirement
  @confirmation_requirement
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12288
12289
12290
12291
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12288

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