Class EvaluationResultEvaluationExpectationResult
The result of a single evaluation expectation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultEvaluationExpectationResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationExpectation
Output only. The evaluation expectation. Format:
projects/{project}/locations/{location}/apps/{app}/evaluationExpectations/{evaluation_expectation}
Declaration
[JsonProperty("evaluationExpectation")]
public virtual string EvaluationExpectation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Explanation
Output only. The explanation for the result.
Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Outcome
Output only. The outcome of the evaluation expectation.
Declaration
[JsonProperty("outcome")]
public virtual string Outcome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Prompt
Output only. The prompt that was used for the evaluation.
Declaration
[JsonProperty("prompt")]
public virtual string Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |