Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolsetTool
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolsetTool
- 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
-
#confirmation_requirement ⇒ String
Corresponds to the JSON property
confirmationRequirement. -
#operation_id ⇒ String
Corresponds to the JSON property
operationId. -
#toolset ⇒ String
Corresponds to the JSON property
toolset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolsetTool
constructor
A new instance of GoogleCloudDialogflowV2beta1ToolsetTool.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolsetTool
Returns a new instance of GoogleCloudDialogflowV2beta1ToolsetTool.
22172 22173 22174 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22172 def initialize(**args) update!(**args) end |
Instance Attribute Details
#confirmation_requirement ⇒ String
Corresponds to the JSON property confirmationRequirement
22160 22161 22162 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22160 def confirmation_requirement @confirmation_requirement end |
#operation_id ⇒ String
Corresponds to the JSON property operationId
22165 22166 22167 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22165 def operation_id @operation_id end |
#toolset ⇒ String
Corresponds to the JSON property toolset
22170 22171 22172 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22170 def toolset @toolset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22177 22178 22179 22180 22181 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22177 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 |