Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CesToolSpec
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CesToolSpec
- 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
-
#ces_tool ⇒ String
Corresponds to the JSON property
cesTool. -
#confirmation_requirement ⇒ String
Corresponds to the JSON property
confirmationRequirement.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1CesToolSpec
constructor
A new instance of GoogleCloudDialogflowV2beta1CesToolSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1CesToolSpec
Returns a new instance of GoogleCloudDialogflowV2beta1CesToolSpec.
12091 12092 12093 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12091 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ces_tool ⇒ String
Corresponds to the JSON property cesTool
12084 12085 12086 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12084 def ces_tool @ces_tool end |
#confirmation_requirement ⇒ String
Corresponds to the JSON property confirmationRequirement
12089 12090 12091 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12089 def confirmation_requirement @confirmation_requirement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12096 12097 12098 12099 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12096 def update!(**args) @ces_tool = args[:ces_tool] if args.key?(:ces_tool) @confirmation_requirement = args[:confirmation_requirement] if args.key?(:confirmation_requirement) end |