Class GoogleFirebaseAppdistroV1alphaDeviceAction
A high level action taken by the AI on the device, potentially involving multiple taps, text entries, waits, etc.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaDeviceAction : IDirectResponseSchema
Properties
Description
Output only. A short description of the high level action taken by the AI agent.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceInteractions
Output only. The interactions made with the device as part of this higher level action taken by the agent, such as taps, text entries, waits, etc.
Declaration
[JsonProperty("deviceInteractions")]
public virtual IList<GoogleFirebaseAppdistroV1alphaDeviceInteraction> DeviceInteractions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppdistroV1alphaDeviceInteraction> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |