Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalDetails
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebaseappdistribution_v1alpha/classes.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb
Overview
Details for a goal step.
Instance Attribute Summary collapse
-
#goal_actions ⇒ Array<Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalAction>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaGoalDetails
constructor
A new instance of GoogleFirebaseAppdistroV1alphaGoalDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaGoalDetails
Returns a new instance of GoogleFirebaseAppdistroV1alphaGoalDetails.
843 844 845 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 843 def initialize(**args) update!(**args) end |
Instance Attribute Details
#goal_actions ⇒ Array<Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalAction>
Output only. The actions taken by the AI while attempting to accomplish the
goal.
Corresponds to the JSON property goalActions
841 842 843 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 841 def goal_actions @goal_actions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
848 849 850 |
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 848 def update!(**args) @goal_actions = args[:goal_actions] if args.key?(:goal_actions) end |