Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/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) ⇒ GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation
Returns a new instance of GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation.
12822 12823 12824 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12822 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity_id ⇒ String
Corresponds to the JSON property entityId
12815 12816 12817 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12815 def entity_id @entity_id end |
#operation ⇒ String
Corresponds to the JSON property operation
12820 12821 12822 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12820 def operation @operation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12827 12828 12829 12830 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12827 def update!(**args) @entity_id = args[:entity_id] if args.key?(:entity_id) @operation = args[:operation] if args.key?(:operation) end |