Class PersonaRunConfig
Configuration for running an evaluation for a specific persona.
Implements
Inherited Members
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? |