Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CesToolSpec
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CesToolSpec
- 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
-
#ces_tool ⇒ String
Corresponds to the JSON property
cesTool. -
#confirmation_requirement ⇒ String
Corresponds to the JSON property
confirmationRequirement.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2CesToolSpec
constructor
A new instance of GoogleCloudDialogflowV2CesToolSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2CesToolSpec
Returns a new instance of GoogleCloudDialogflowV2CesToolSpec.
8051 8052 8053 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8051 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ces_tool ⇒ String
Corresponds to the JSON property cesTool
8044 8045 8046 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8044 def ces_tool @ces_tool end |
#confirmation_requirement ⇒ String
Corresponds to the JSON property confirmationRequirement
8049 8050 8051 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8049 def confirmation_requirement @confirmation_requirement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8056 8057 8058 8059 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8056 def update!(**args) @ces_tool = args[:ces_tool] if args.key?(:ces_tool) @confirmation_requirement = args[:confirmation_requirement] if args.key?(:confirmation_requirement) end |