Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaAiStep

A step to be accomplished by the AI

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

Properties

Assertion

An assertion to be checked by the AI

Declaration
[JsonProperty("assertion")]
public virtual string Assertion { 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

Goal

A goal to be accomplished by the AI

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

Hint

Optional. Hint text containing suggestions to help the agent accomplish the goal

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

SuccessCriteria

Optional. A description of criteria the agent should use to determine if the goal has been successfully completed

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX