Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1GeneratorEvaluation

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

Properties

CompleteTime

object representation of CompleteTimeRaw.

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

CompleteTimeDateTimeOffset

DateTimeOffset representation of CompleteTimeRaw.

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

CompleteTimeRaw

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

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

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

DisplayName

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

EvaluationStatus

Declaration
[JsonProperty("evaluationStatus")]
public virtual GoogleCloudDialogflowV2beta1EvaluationStatus EvaluationStatus { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1EvaluationStatus

GeneratorEvaluationConfig

Declaration
[JsonProperty("generatorEvaluationConfig")]
public virtual GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig GeneratorEvaluationConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig

InitialGenerator

Declaration
[JsonProperty("initialGenerator")]
public virtual GoogleCloudDialogflowV2beta1Generator InitialGenerator { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1Generator

Name

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

SatisfiesPzi

Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type Description
bool?

SatisfiesPzs

Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type Description
bool?

SummarizationMetrics

Declaration
[JsonProperty("summarizationMetrics")]
public virtual GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics SummarizationMetrics { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX