Gemini Enterprise for Customer Experience v1beta API - Class EvaluationResult.Types.ScenarioRubricOutcome (1.0.0-beta01)

public sealed class EvaluationResult.Types.ScenarioRubricOutcome : IMessage<EvaluationResult.Types.ScenarioRubricOutcome>, IEquatable<EvaluationResult.Types.ScenarioRubricOutcome>, IDeepCloneable<EvaluationResult.Types.ScenarioRubricOutcome>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationResult.Types.ScenarioRubricOutcome.

The outcome of the evaluation against the rubric.

Inheritance

object > EvaluationResult.Types.ScenarioRubricOutcome

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

ScenarioRubricOutcome()

public ScenarioRubricOutcome()

ScenarioRubricOutcome(ScenarioRubricOutcome)

public ScenarioRubricOutcome(EvaluationResult.Types.ScenarioRubricOutcome other)
Parameter
Name Description
other EvaluationResultTypesScenarioRubricOutcome

Properties

HasScore

public bool HasScore { get; }

Gets whether the "score" field is set

Property Value
Type Description
bool

Rubric

public string Rubric { get; set; }

Output only. The rubric that was used to evaluate the conversation.

Property Value
Type Description
string

Score

public float Score { get; set; }

Output only. The score of the conversation against the rubric.

Property Value
Type Description
float

ScoreExplanation

public string ScoreExplanation { get; set; }

Output only. The rater's response to the rubric.

Property Value
Type Description
string