public interface EvaluationPersonaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Optional. The description of the persona.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. The description of the persona.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDisplayName()
public abstract String getDisplayName()Required. The display name of the persona. Unique within an app.
string display_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. The display name of the persona. Unique within an app.
string display_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getName()
public abstract String getName() Required. The unique identifier of the persona.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationPersonas/{evaluationPersona}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. The unique identifier of the persona.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationPersonas/{evaluationPersona}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPersonality()
public abstract String getPersonality()Required. An instruction for the agent on how to behave in the evaluation.
string personality = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The personality. |
getPersonalityBytes()
public abstract ByteString getPersonalityBytes()Required. An instruction for the agent on how to behave in the evaluation.
string personality = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for personality. |
getSpeechConfig()
public abstract EvaluationPersona.SpeechConfig getSpeechConfig()Optional. Configuration for how the persona sounds (TTS settings).
.google.cloud.ces.v1beta.EvaluationPersona.SpeechConfig speech_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationPersona.SpeechConfig |
The speechConfig. |
getSpeechConfigOrBuilder()
public abstract EvaluationPersona.SpeechConfigOrBuilder getSpeechConfigOrBuilder()Optional. Configuration for how the persona sounds (TTS settings).
.google.cloud.ces.v1beta.EvaluationPersona.SpeechConfig speech_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationPersona.SpeechConfigOrBuilder |
|
hasSpeechConfig()
public abstract boolean hasSpeechConfig()Optional. Configuration for how the persona sounds (TTS settings).
.google.cloud.ces.v1beta.EvaluationPersona.SpeechConfig speech_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the speechConfig field is set. |