Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AccuracyDecomposition

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

Decomposition details for accuracy.

Instance Attribute Summary collapse

Instance Attribute Details

#accuracy_reasoning::String (readonly)

Returns Output only. The accuracy reasoning of the breakdown point.

Returns:

  • (::String)

    Output only. The accuracy reasoning of the breakdown point.



174
175
176
177
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 174

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

#is_accurate::Boolean (readonly)

Returns Output only. Whether the breakdown point is accurate or not.

Returns:

  • (::Boolean)

    Output only. Whether the breakdown point is accurate or not.



174
175
176
177
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 174

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

#point::String (readonly)

Returns Output only. The breakdown point of the summary.

Returns:

  • (::String)

    Output only. The breakdown point of the summary.



174
175
176
177
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 174

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