Show / Hide Table of Contents

Class GoogleCloudDialogflowV2ConversationModelEvaluation

Represents evaluation result of a conversation model.

Inheritance
object
GoogleCloudDialogflowV2ConversationModelEvaluation
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.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationModelEvaluation : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Creation time of this model.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DisplayName

Optional. The display name of the model evaluation. At most 64 bytes long.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

EvaluationConfig

Optional. The configuration of the evaluation task.

Declaration
[JsonProperty("evaluationConfig")]
public virtual GoogleCloudDialogflowV2EvaluationConfig EvaluationConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2EvaluationConfig

Name

The resource name of the evaluation. Format: projects//conversationModels//evaluations/

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RawHumanEvalTemplateCsv

Output only. Human eval template in csv format. It takes real-world conversations provided through input dataset, generates example suggestions for customer to verify quality of the model. For Smart Reply, the generated csv file contains columns of Context, (Suggestions,Q1,Q2)*3, Actual reply. Context contains at most 10 latest messages in the conversation prior to the current suggestion. Q1: "Would you send it as the next message of agent?" Evaluated based on whether the suggest is appropriate to be sent by agent in current context. Q2: "Does the suggestion move the conversation closer to resolution?" Evaluated based on whether the suggestion provide solutions, or answers customer's question or collect information from customer to resolve the customer's issue. Actual reply column contains the actual agent reply sent in the context.

Declaration
[JsonProperty("rawHumanEvalTemplateCsv")]
public virtual string RawHumanEvalTemplateCsv { get; set; }
Property Value
Type Description
string

SmartReplyMetrics

Output only. Only available when model is for smart reply.

Declaration
[JsonProperty("smartReplyMetrics")]
public virtual GoogleCloudDialogflowV2SmartReplyMetrics SmartReplyMetrics { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SmartReplyMetrics

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX