Show / Hide Table of Contents

Class EvaluationScenarioExpectation

The expectation to evaluate the conversation produced by the simulation.

Inheritance
object
EvaluationScenarioExpectation
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 EvaluationScenarioExpectation : IDirectResponseSchema

Properties

AgentResponse

Optional. The agent response to be evaluated.

Declaration
[JsonProperty("agentResponse")]
public virtual Message AgentResponse { get; set; }
Property Value
Type Description
Message

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ToolExpectation

Optional. The tool call and response pair to be evaluated.

Declaration
[JsonProperty("toolExpectation")]
public virtual EvaluationScenarioExpectationToolExpectation ToolExpectation { get; set; }
Property Value
Type Description
EvaluationScenarioExpectationToolExpectation

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX