GoogleCloudDialogflowV2EvaluationStatus class
A common evalaution pipeline status.
Constructors
- GoogleCloudDialogflowV2EvaluationStatus.new({bool? done, GoogleRpcStatus? pipelineStatus})
- GoogleCloudDialogflowV2EvaluationStatus.fromJson(Map json_)
Properties
- done ↔ bool?
-
If the value is
false
, it means the evaluation is still in progress.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- pipelineStatus ↔ GoogleRpcStatus?
-
The error result of the evaluation in case of failure in evaluation
pipeline.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited