Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::CompletenessRubric
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::CompletenessRubric
- 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
-
#is_addressed ⇒ ::Boolean
readonly
Output only.
-
#question ⇒ ::String
readonly
Output only.
Instance Attribute Details
#is_addressed ⇒ ::Boolean (readonly)
Returns 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.
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 |