Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::ConversationDetail::MetricDetail::SectionDetail

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

Section level result.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_results::Array<::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::EvaluationResult> (readonly)

Returns Output only. List of evaluation result. The list only contains one kind of the evaluation result.

Returns:



371
372
373
374
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 371

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

#score::Float (readonly)

Returns Output only. Aggregated(average) score on this section across all evaluation results. Either decompositions or rubrics.

Returns:

  • (::Float)

    Output only. Aggregated(average) score on this section across all evaluation results. Either decompositions or rubrics.



371
372
373
374
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 371

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

#section::String (readonly)

Returns Output only. The name of the summary instruction.

Returns:

  • (::String)

    Output only. The name of the summary instruction.



371
372
373
374
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 371

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

#section_summary::String (readonly)

Returns Output only. Summary for this section.

Returns:

  • (::String)

    Output only. Summary for this section



371
372
373
374
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 371

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