Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition
- 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
Overview
Decomposition details
Instance Attribute Summary collapse
-
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition
Decomposition details for accuracy.
-
#adherence_decomposition ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
Decomposition details for adherence.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition
constructor
A new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition
Returns a new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition.
18311 18312 18313 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18311 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition
Decomposition details for accuracy.
Corresponds to the JSON property accuracyDecomposition
18304 18305 18306 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18304 def accuracy_decomposition @accuracy_decomposition end |
#adherence_decomposition ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
Decomposition details for adherence.
Corresponds to the JSON property adherenceDecomposition
18309 18310 18311 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18309 def adherence_decomposition @adherence_decomposition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18316 18317 18318 18319 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18316 def update!(**args) @accuracy_decomposition = args[:accuracy_decomposition] if args.key?(:accuracy_decomposition) @adherence_decomposition = args[:adherence_decomposition] if args.key?(:adherence_decomposition) end |