Class: Google::Cloud::Dialogflow::V2::EvaluationStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb

Overview

A common evalaution pipeline status.

Instance Attribute Summary collapse

Instance Attribute Details

#done::Boolean (readonly)

Returns 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.

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.



532
533
534
535
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 532

class EvaluationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pipeline_status::Google::Rpc::Status (readonly)

Returns Output only. The error result of the evaluation in case of failure in evaluation pipeline.

Returns:

  • (::Google::Rpc::Status)

    Output only. The error result of the evaluation in case of failure in evaluation pipeline.



532
533
534
535
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 532

class EvaluationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end