Show / Hide Table of Contents

Class EvaluationResultScenarioRubricOutcome

The outcome of the evaluation against the rubric.

Inheritance
object
EvaluationResultScenarioRubricOutcome
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultScenarioRubricOutcome : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Rubric

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

Declaration
[JsonProperty("rubric")]
public virtual string Rubric { get; set; }
Property Value
Type Description
string

Score

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

Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type Description
float?

ScoreExplanation

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

Declaration
[JsonProperty("scoreExplanation")]
public virtual string ScoreExplanation { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX