Class EvaluationResultSemanticSimilarityResult
The result of the semantic similarity check.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultSemanticSimilarityResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Explanation
Output only. The explanation for the semantic similarity score.
Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Label
Output only. The label associated with each score. Score 4: Fully Consistent Score 3: Mostly Consistent Score 2: Partially Consistent (Minor Omissions) Score 1: Largely Inconsistent (Major Omissions) Score 0: Completely Inconsistent / Contradictory
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Outcome
Output only. The outcome of the semantic similarity check. This is determined by comparing the score to the semantic_similarity_success_threshold. If the score is equal to or above the threshold, the outcome will be PASS. Otherwise, the outcome will be FAIL.
Declaration
[JsonProperty("outcome")]
public virtual string Outcome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Score
Output only. The semantic similarity score. Can be 0, 1, 2, 3, or 4.
Declaration
[JsonProperty("score")]
public virtual int? Score { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |