Gemini Enterprise for Customer Experience v1beta API - Class EvaluationResult.Types.ScenarioExpectationOutcome (1.0.0-beta01)

public sealed class EvaluationResult.Types.ScenarioExpectationOutcome : IMessage<EvaluationResult.Types.ScenarioExpectationOutcome>, IEquatable<EvaluationResult.Types.ScenarioExpectationOutcome>, IDeepCloneable<EvaluationResult.Types.ScenarioExpectationOutcome>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationResult.Types.ScenarioExpectationOutcome.

The outcome of a scenario expectation.

Inheritance

object > EvaluationResult.Types.ScenarioExpectationOutcome

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

ScenarioExpectationOutcome()

public ScenarioExpectationOutcome()

ScenarioExpectationOutcome(ScenarioExpectationOutcome)

public ScenarioExpectationOutcome(EvaluationResult.Types.ScenarioExpectationOutcome other)
Parameter
Name Description
other EvaluationResultTypesScenarioExpectationOutcome

Properties

Expectation

public Evaluation.Types.ScenarioExpectation Expectation { get; set; }

Output only. The expectation that was evaluated.

Property Value
Type Description
EvaluationTypesScenarioExpectation

ObservedAgentResponse

public Message ObservedAgentResponse { get; set; }

Output only. The observed agent response.

Property Value
Type Description
Message

ObservedToolCall

public EvaluationResult.Types.ScenarioExpectationOutcome.Types.ObservedToolCall ObservedToolCall { get; set; }

Output only. The observed tool call.

Property Value
Type Description
EvaluationResultTypesScenarioExpectationOutcomeTypesObservedToolCall

Outcome

public EvaluationResult.Types.Outcome Outcome { get; set; }

Output only. The outcome of the ScenarioExpectation.

Property Value
Type Description
EvaluationResultTypesOutcome

ResultCase

public EvaluationResult.Types.ScenarioExpectationOutcome.ResultOneofCase ResultCase { get; }
Property Value
Type Description
EvaluationResultTypesScenarioExpectationOutcomeResultOneofCase