Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::EvaluationStatus.
A common evalaution pipeline status.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#done
def done() -> ::Boolean
Returns
-
(::Boolean) — Output only. If the value is
false, it means the evaluation is still in progress. Iftrue, the operation is completed, and eithererrororresponseis available.
#pipeline_status
def pipeline_status() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Output only. The error result of the evaluation in case of failure in evaluation pipeline.