Class GoogleFirebaseAppdistroV1alphaAiInstructions
Instructions for AI driven test
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaAiInstructions : IDirectResponseSchema
Properties
AppDescription
Optional. Describes the app to give the AI some context
Declaration
[JsonProperty("appDescription")]
public virtual string AppDescription { 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 |
Steps
Required. Steps to be accomplished by the AI
Declaration
[JsonProperty("steps")]
public virtual IList<GoogleFirebaseAppdistroV1alphaAiStep> Steps { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppdistroV1alphaAiStep> |