Class GoogleFirebaseAppdistroV1alphaGoalAction
An action taken by the AI agent while attempting to accomplish a goal.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaGoalAction : IDirectResponseSchema
Properties
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 |