Class EvaluationResultScenarioRubricOutcome
The outcome of the evaluation against the rubric.
Implements
Inherited Members
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 |