Class EvaluationResultGoldenExpectationOutcome
Specifies the expectation and the result of that expectation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultGoldenExpectationOutcome : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Expectation
Output only. The expectation that was evaluated.
Declaration
[JsonProperty("expectation")]
public virtual EvaluationGoldenExpectation Expectation { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationGoldenExpectation |
ObservedAgentResponse
Output only. The result of the agent response expectation.
Declaration
[JsonProperty("observedAgentResponse")]
public virtual Message ObservedAgentResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| Message |
ObservedAgentTransfer
Output only. The result of the agent transfer expectation.
Declaration
[JsonProperty("observedAgentTransfer")]
public virtual AgentTransfer ObservedAgentTransfer { get; set; }
Property Value
| Type | Description |
|---|---|
| AgentTransfer |
ObservedToolCall
Output only. The result of the tool call expectation.
Declaration
[JsonProperty("observedToolCall")]
public virtual ToolCall ObservedToolCall { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolCall |
ObservedToolResponse
Output only. The result of the tool response expectation.
Declaration
[JsonProperty("observedToolResponse")]
public virtual ToolResponse ObservedToolResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolResponse |
Outcome
Output only. The outcome of the expectation.
Declaration
[JsonProperty("outcome")]
public virtual string Outcome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SemanticSimilarityResult
Output only. The result of the semantic similarity check.
Declaration
[JsonProperty("semanticSimilarityResult")]
public virtual EvaluationResultSemanticSimilarityResult SemanticSimilarityResult { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationResultSemanticSimilarityResult |
ToolInvocationResult
Output only. The result of the tool invocation check.
Declaration
[JsonProperty("toolInvocationResult")]
public virtual EvaluationResultGoldenExpectationOutcomeToolInvocationResult ToolInvocationResult { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationResultGoldenExpectationOutcomeToolInvocationResult |