Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail

Returns a new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail.



16571
16572
16573
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16571

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#evaluation_resultsArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult>

Corresponds to the JSON property evaluationResults



16554
16555
16556
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16554

def evaluation_results
  @evaluation_results
end

#scoreFloat

Corresponds to the JSON property score

Returns:

  • (Float)


16559
16560
16561
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16559

def score
  @score
end

#sectionString

Corresponds to the JSON property section

Returns:

  • (String)


16564
16565
16566
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16564

def section
  @section
end

#section_summaryString

Corresponds to the JSON property sectionSummary

Returns:

  • (String)


16569
16570
16571
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16569

def section_summary
  @section_summary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16576
16577
16578
16579
16580
16581
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16576

def update!(**args)
  @evaluation_results = args[:evaluation_results] if args.key?(:evaluation_results)
  @score = args[:score] if args.key?(:score)
  @section = args[:section] if args.key?(:section)
  @section_summary = args[:section_summary] if args.key?(:section_summary)
end