Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition
Corresponds to the JSON property
accuracyDecomposition. -
#adherence_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
Corresponds to the JSON property
adherenceDecomposition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition
constructor
A new instance of GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition
Returns a new instance of GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition.
20693 20694 20695 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20693 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition
Corresponds to the JSON property accuracyDecomposition
20686 20687 20688 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20686 def accuracy_decomposition @accuracy_decomposition end |
#adherence_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
Corresponds to the JSON property adherenceDecomposition
20691 20692 20693 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20691 def adherence_decomposition @adherence_decomposition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20698 20699 20700 20701 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20698 def update!(**args) @accuracy_decomposition = args[:accuracy_decomposition] if args.key?(:accuracy_decomposition) @adherence_decomposition = args[:adherence_decomposition] if args.key?(:adherence_decomposition) end |