Show / Hide Table of Contents

Class EvaluationResultScenarioExpectationOutcome

The outcome of a scenario expectation.

Inheritance
object
EvaluationResultScenarioExpectationOutcome
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX