Class EvaluationStep
A step defines a singular action to happen during the evaluation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationStep : IDirectResponseSchema
Properties
AgentTransfer
Optional. Transfer the conversation to a different agent.
Declaration
[JsonProperty("agentTransfer")]
public virtual AgentTransfer AgentTransfer { get; set; }
Property Value
| Type | Description |
|---|---|
| AgentTransfer |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Expectation
Optional. Executes an expectation on the current turn.
Declaration
[JsonProperty("expectation")]
public virtual EvaluationGoldenExpectation Expectation { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationGoldenExpectation |
UserInput
Optional. User input for the conversation.
Declaration
[JsonProperty("userInput")]
public virtual SessionInput UserInput { get; set; }
Property Value
| Type | Description |
|---|---|
| SessionInput |