Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::EvaluationStatus (v1.13.0)

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. If true, the operation is completed, and either error or response is 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.