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

CachingType

Output only. The type of caching used to determine the action.

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

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

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

Output only. The time at which the action started.

Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { 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