Class EvaluationResultScenarioExpectationOutcome
The outcome of a scenario expectation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultScenarioExpectationOutcome : 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 EvaluationScenarioExpectation Expectation { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationScenarioExpectation |
ObservedAgentResponse
Output only. The observed agent response.
Declaration
[JsonProperty("observedAgentResponse")]
public virtual Message ObservedAgentResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| Message |
ObservedToolCall
Output only. The observed tool call.
Declaration
[JsonProperty("observedToolCall")]
public virtual EvaluationResultScenarioExpectationOutcomeObservedToolCall ObservedToolCall { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationResultScenarioExpectationOutcomeObservedToolCall |
Outcome
Output only. The outcome of the ScenarioExpectation.
Declaration
[JsonProperty("outcome")]
public virtual string Outcome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |