Show / Hide Table of Contents

Class GoogleCloudDialogflowV2GeneratorEvaluation

Represents evaluation result of a generator.

Inheritance
object
GoogleCloudDialogflowV2GeneratorEvaluation
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 GoogleCloudDialogflowV2GeneratorEvaluation : 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

Output only. Completion time of this generator evaluation.

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

Output only. Creation time of this generator evaluation.

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

DisplayName

Optional. The display name of the generator 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

EvaluationStatus

Output only. The result status of the evaluation pipeline. Provides the status information including if the evaluation is still in progress, completed or failed with certain error and user actionable message.

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

GeneratorEvaluationConfig

Required. The configuration of the evaluation task.

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

InitialGenerator

Required. The initial generator that was used when creating this evaluation. This is a copy of the generator read from storage when creating the evaluation.

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

Name

Output only. Identifier. The resource name of the evaluation. Format: projects//locations//generators// evaluations/

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

SatisfiesPzi

Output only. A read only boolean field reflecting Zone Isolation status of the model. The field is an aggregated value of ZI status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status

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

SatisfiesPzs

Output only. A read only boolean field reflecting Zone Separation status of the model. The field is an aggregated value of ZS status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status

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

SummarizationMetrics

Output only. Only available when the summarization generator is provided.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX