Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaDeviceAction

A high level action taken by the AI on the device, potentially involving multiple taps, text entries, waits, etc.

Inheritance
object
GoogleFirebaseAppdistroV1alphaDeviceAction
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX