Gemini Enterprise for Customer Experience v1beta API - Class PersonaRunConfig (1.0.0-beta01)

public sealed class PersonaRunConfig : IMessage<PersonaRunConfig>, IEquatable<PersonaRunConfig>, IDeepCloneable<PersonaRunConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class PersonaRunConfig.

Configuration for running an evaluation for a specific persona.

Inheritance

object > PersonaRunConfig

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

PersonaRunConfig()

public PersonaRunConfig()

PersonaRunConfig(PersonaRunConfig)

public PersonaRunConfig(PersonaRunConfig other)
Parameter
Name Description
other PersonaRunConfig

Properties

Persona

public string Persona { get; set; }

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

Property Value
Type Description
string

TaskCount

public int TaskCount { get; set; }

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

Property Value
Type Description
int