Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation
- 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
-
#entity_id ⇒ String
Corresponds to the JSON property
entityId. -
#operation ⇒ String
Corresponds to the JSON property
operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation
constructor
A new instance of GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation
Returns a new instance of GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation.
17344 17345 17346 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17344 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity_id ⇒ String
Corresponds to the JSON property entityId
17337 17338 17339 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17337 def entity_id @entity_id end |
#operation ⇒ String
Corresponds to the JSON property operation
17342 17343 17344 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17342 def operation @operation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17349 17350 17351 17352 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17349 def update!(**args) @entity_id = args[:entity_id] if args.key?(:entity_id) @operation = args[:operation] if args.key?(:operation) end |