Class GoogleCloudDialogflowV2ConversationModelEvaluation
Inheritance
GoogleCloudDialogflowV2ConversationModelEvaluation
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationModelEvaluation : IDirectResponseSchema
Properties
CreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
CreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
CreateTimeRaw
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EvaluationConfig
Declaration
[JsonProperty("evaluationConfig")]
public virtual GoogleCloudDialogflowV2EvaluationConfig EvaluationConfig { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
RawHumanEvalTemplateCsv
Declaration
[JsonProperty("rawHumanEvalTemplateCsv")]
public virtual string RawHumanEvalTemplateCsv { get; set; }
Property Value
SmartReplyMetrics
Declaration
[JsonProperty("smartReplyMetrics")]
public virtual GoogleCloudDialogflowV2SmartReplyMetrics SmartReplyMetrics { get; set; }
Property Value
Implements