Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::ConversationDetail::MetricDetail (v1.13.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::ConversationDetail::MetricDetail.

Aggregated result on metric level. This conatins the evaluation results of all the sections.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#metric

def metric() -> ::String
Returns
  • (::String) — Output only. Metrics name. e.g. accuracy, adherence, completeness.

#score

def score() -> ::Float
Returns
  • (::Float) — Output only. Aggregated(average) score on this metric across all sections.

#section_details

def section_details() -> ::Array<::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::ConversationDetail::MetricDetail::SectionDetail>