Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalDetails

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_actionsArray<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