Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo

Information to help the customer understand why the agent took this action

Inheritance
object
GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo
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 GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo : IDirectResponseSchema

Properties

AnnotatedScreenshotUri

Output only. URI of the screenshot with elements labeled which was used by the agent

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

ETag

The ETag of the item.

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

JsonUri

Output only. Structured data explaining the agent's choice

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX