Class EvaluationResultGoldenExpectationOutcomeToolInvocationResult
The result of the tool invocation check.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultGoldenExpectationOutcomeToolInvocationResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Explanation
Output only. A free text explanation for the tool invocation result.
Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Outcome
Output only. The outcome of the tool invocation check. This is determined by comparing the parameter_correctness_score to the 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 |
ParameterCorrectnessScore
Output only. The tool invocation parameter correctness score. This indicates the percent of parameters from the expected tool call that were also present in the actual tool call.
Declaration
[JsonProperty("parameterCorrectnessScore")]
public virtual float? ParameterCorrectnessScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |