Class: Google::Apis::ToolresultsV1beta3::StartActivityNotFound
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::StartActivityNotFound
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/google/apis/toolresults_v1beta3/representations.rb
Overview
User provided intent failed to resolve to an activity.
Instance Attribute Summary collapse
-
#action ⇒ String
Corresponds to the JSON property
action
. -
#uri ⇒ String
Corresponds to the JSON property
uri
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StartActivityNotFound
constructor
A new instance of StartActivityNotFound.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StartActivityNotFound
Returns a new instance of StartActivityNotFound.
2663 2664 2665 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2663 def initialize(**args) update!(**args) end |
Instance Attribute Details
#action ⇒ String
Corresponds to the JSON property action
2656 2657 2658 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2656 def action @action end |
#uri ⇒ String
Corresponds to the JSON property uri
2661 2662 2663 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2661 def uri @uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2668 2669 2670 2671 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2668 def update!(**args) @action = args[:action] if args.key?(:action) @uri = args[:uri] if args.key?(:uri) end |