public sealed class EvaluationResult.Types.ScenarioExpectationOutcome : IMessage<EvaluationResult.Types.ScenarioExpectationOutcome>, IEquatable<EvaluationResult.Types.ScenarioExpectationOutcome>, IDeepCloneable<EvaluationResult.Types.ScenarioExpectationOutcome>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationResult.Types.ScenarioExpectationOutcome.
The outcome of a scenario expectation.
Implements
IMessageEvaluationResultTypesScenarioExpectationOutcome, IEquatableEvaluationResultTypesScenarioExpectationOutcome, IDeepCloneableEvaluationResultTypesScenarioExpectationOutcome, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
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 |
|