public sealed class EvaluationStatus : IMessage<EvaluationStatus>, IEquatable<EvaluationStatus>, IDeepCloneable<EvaluationStatus>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class EvaluationStatus.
A common evalaution pipeline status.
Implements
IMessageEvaluationStatus, IEquatableEvaluationStatus, IDeepCloneableEvaluationStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
EvaluationStatus()
public EvaluationStatus()EvaluationStatus(EvaluationStatus)
public EvaluationStatus(EvaluationStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationStatus |
Properties
Done
public bool Done { get; set; }Output only. If the value is false, it means the evaluation is still in
progress. If true, the operation is completed, and either error or
response is available.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasDone
public bool HasDone { get; }Gets whether the "done" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
PipelineStatus
public Status PipelineStatus { get; set; }Output only. The error result of the evaluation in case of failure in evaluation pipeline.
| Property Value | |
|---|---|
| Type | Description |
Status |
|