Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail
- 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
-
#evaluation_results ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult>
Corresponds to the JSON property
evaluationResults. -
#score ⇒ Float
Corresponds to the JSON property
score. -
#section ⇒ String
Corresponds to the JSON property
section. -
#section_summary ⇒ String
Corresponds to the JSON property
sectionSummary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail
constructor
A new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail
Returns a new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail.
16646 16647 16648 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16646 def initialize(**args) update!(**args) end |
Instance Attribute Details
#evaluation_results ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsEvaluationResult>
Corresponds to the JSON property evaluationResults
16629 16630 16631 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16629 def evaluation_results @evaluation_results end |
#score ⇒ Float
Corresponds to the JSON property score
16634 16635 16636 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16634 def score @score end |
#section ⇒ String
Corresponds to the JSON property section
16639 16640 16641 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16639 def section @section end |
#section_summary ⇒ String
Corresponds to the JSON property sectionSummary
16644 16645 16646 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16644 def section_summary @section_summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16651 16652 16653 16654 16655 16656 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16651 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 |