Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::CompletenessRubric

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

Rubric details of the completeness evaluation result.

Instance Attribute Summary collapse

Instance Attribute Details

#is_addressed::Boolean (readonly)

Returns Output only. A boolean that indicates whether the rubric question is addressed or not.

Returns:

  • (::Boolean)

    Output only. A boolean that indicates whether the rubric question is addressed or not.



222
223
224
225
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 222

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

#question::String (readonly)

Returns Output only. The question generated from instruction that used to evaluate summary.

Returns:

  • (::String)

    Output only. The question generated from instruction that used to evaluate summary.



222
223
224
225
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 222

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