Show / Hide Table of Contents

Class PersonaRunConfig

Configuration for running an evaluation for a specific persona.

Inheritance
object
PersonaRunConfig
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class PersonaRunConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Persona

Optional. The persona to use for the evaluation. Format: projects/{project}/locations/{location}/apps/{app}/evaluationPersonas/{evaluationPersona}

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

TaskCount

Optional. The number of tasks to run for the persona.

Declaration
[JsonProperty("taskCount")]
public virtual int? TaskCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX