Gemini Enterprise for Customer Experience v1beta API - Class Evaluation.Types.ScenarioExpectation (1.0.0-beta01)

public sealed class Evaluation.Types.ScenarioExpectation : IMessage<Evaluation.Types.ScenarioExpectation>, IEquatable<Evaluation.Types.ScenarioExpectation>, IDeepCloneable<Evaluation.Types.ScenarioExpectation>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Evaluation.Types.ScenarioExpectation

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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