Show / Hide Table of Contents

Class EvaluationStep

A step defines a singular action to happen during the evaluation.

Inheritance
object
EvaluationStep
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX