Class EvaluationResultTaskCompletionResult
The result of the task completion check for the conversation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultTaskCompletionResult : 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 task completion 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 1: Task Completed Score 0: Task Not Completed Score -1: User Goal Undefined
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Score
Output only. The task completion score. Can be -1, 0, 1
Declaration
[JsonProperty("score")]
public virtual int? Score { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |