Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaGoalAction

An action taken by the AI agent while attempting to accomplish a goal.

Inheritance
object
GoogleFirebaseAppdistroV1alphaGoalAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaGoalAction : IDirectResponseSchema

Properties

DebugInfo

Output only. Debug information explaining why the agent to the specific action

Declaration
[JsonProperty("debugInfo")]
public virtual GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo DebugInfo { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo

DeviceAction

Output only. A high level action taken by the AI on the device.

Declaration
[JsonProperty("deviceAction")]
public virtual GoogleFirebaseAppdistroV1alphaDeviceAction DeviceAction { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaDeviceAction

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Explanation

Output only. An explanation justifying why the action was taken.

Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
Type Description
string

TerminalAction

Output only. An action taken by the AI to end the goal.

Declaration
[JsonProperty("terminalAction")]
public virtual GoogleFirebaseAppdistroV1alphaTerminalAction TerminalAction { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaTerminalAction

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX