public sealed class Evaluation.Types.ScenarioExpectation : IMessage<Evaluation.Types.ScenarioExpectation>, IEquatable<Evaluation.Types.ScenarioExpectation>, IDeepCloneable<Evaluation.Types.ScenarioExpectation>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class Evaluation.Types.ScenarioExpectation.
The expectation to evaluate the conversation produced by the simulation.
Implements
IMessageEvaluationTypesScenarioExpectation, IEquatableEvaluationTypesScenarioExpectation, IDeepCloneableEvaluationTypesScenarioExpectation, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ScenarioExpectation()
public ScenarioExpectation()ScenarioExpectation(ScenarioExpectation)
public ScenarioExpectation(Evaluation.Types.ScenarioExpectation other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationTypesScenarioExpectation |
Properties
AgentResponse
public Message AgentResponse { get; set; }Optional. The agent response to be evaluated.
| Property Value | |
|---|---|
| Type | Description |
Message |
|
ExpectationCase
public Evaluation.Types.ScenarioExpectation.ExpectationOneofCase ExpectationCase { get; }| Property Value | |
|---|---|
| Type | Description |
EvaluationTypesScenarioExpectationExpectationOneofCase |
|
ToolExpectation
public Evaluation.Types.ScenarioExpectation.Types.ToolExpectation ToolExpectation { get; set; }Optional. The tool call and response pair to be evaluated.
| Property Value | |
|---|---|
| Type | Description |
EvaluationTypesScenarioExpectationTypesToolExpectation |
|