EvaluationPersona(mapping=None, *, ignore_unknown_fields=False, **kwargs)A persona represents an end user in an evaluation.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The unique identifier of the persona. Format: projects/{project}/locations/{location}/apps/{app}/evaluationPersonas/{evaluationPersona}
|
description |
str
Optional. The description of the persona. |
display_name |
str
Required. The display name of the persona. Unique within an app. |
personality |
str
Required. An instruction for the agent on how to behave in the evaluation. |
speech_config |
google.cloud.ces_v1beta.types.EvaluationPersona.SpeechConfig
Optional. Configuration for how the persona sounds (TTS settings). |
Classes
SpeechConfig
SpeechConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for Text-to-Speech generation.