Class EvaluationScenarioExpectation
The expectation to evaluate the conversation produced by the simulation.
Implements
Inherited Members
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 |